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.

46 lines
1.2 KiB

{
"name": "cssstyle",
"description": "CSSStyleDeclaration Object Model implementation",
"keywords": ["CSS", "CSSStyleDeclaration", "StyleSheet"],
"version": "0.2.21",
"homepage": "https://github.com/chad3814/CSSStyleDeclaration",
"maintainers": [{
"name": "Chad Walker",
"email": "chad@chad-cat-lore-eddie.com",
"url": "https://github.com/chad3814"
}],
"contributors": [
{
"name": "Nikita Vasilyev",
"email": "me@elv1s.ru"
}
],
"repository": {
"type": "git",
"url": "git://github.com/chad3814/CSSStyleDeclaration.git"
},
"bugs": {
"url": "https://github.com/chad3814/CSSStyleDeclaration/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/CSSStyleDeclaration.js",
"dependencies": {
"cssom" : "0.3.x"
},
"devDependencies" : {
"nodeunit": "~0.8.0"
},
"scripts": {
"test": "./scripts/run_tests.sh",
"prepublish": "node ./scripts/generate_properties.js"
},
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}
]
}

Powered by BW's shoe-string budget.