github-pages-deploy-action/node_modules/cssom/package.json

19 lines
337 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "cssom",
2020-03-31 20:42:07 +08:00
"description": "CSS Object Model implementation and CSS parser",
"keywords": [
"CSS",
"CSSOM",
"parser",
"styleSheet"
],
2020-03-31 20:57:48 +08:00
"version": "0.4.4",
"author": "Nikita Vasilyev <me@elv1s.ru>",
"repository": "NV/CSSOM",
"files": [
"lib/"
],
2020-03-31 20:42:07 +08:00
"main": "./lib/index.js",
2020-03-31 20:57:48 +08:00
"license": "MIT"
2020-03-31 20:42:07 +08:00
}