hexo/node_modules/cssom/package.json

19 lines
355 B
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"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"
}