css-parser
Version:
CSS Object Model implementation and CSS parser
25 lines (24 loc) • 595 B
JSON
{
"name": "css-parser",
"description": "CSS Object Model implementation and CSS parser",
"keywords": ["CSS", "CSSOM", "parser", "styleSheet"],
"version": "0.0.6",
"homepage": "https://github.com/NV/CSSOM",
"author": "Nikita Vasilyev <me@elv1s.ru>",
"repository": {
"type": "git",
"url": "git://github.com/NV/CSSOM.git"
},
"bugs": "https://github.com/NV/CSSOM/issues",
"main": "./lib/index.js",
"devDependencies": {
"jake": "~0.7.3"
},
"license": {
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
},
"scripts": {
"prepublish": "jake lib/index.js"
}
}