You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
590 B

{
"name": "cssom",
"description": "CSS Object Model implementation and CSS parser",
"keywords": ["CSS", "CSSOM", "parser", "styleSheet"],
"version": "0.3.0",
"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"
}
}

Powered by BW's shoe-string budget.