mirror of https://github.com/jkjoy/sunpeiwen.git
19 lines
355 B
JSON
19 lines
355 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"
|
|
}
|