hexo/node_modules/cssom/package.json

19 lines
337 B
JSON

{
"name": "cssom",
"description": "CSS Object Model implementation and CSS parser",
"keywords": [
"CSS",
"CSSOM",
"parser",
"styleSheet"
],
"version": "0.5.0",
"author": "Nikita Vasilyev <me@elv1s.ru>",
"repository": "NV/CSSOM",
"files": [
"lib/"
],
"main": "./lib/index.js",
"license": "MIT"
}