react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / cssstyle / package.json
80676 views{1"name": "cssstyle",2"description": "CSSStyleDeclaration Object Model implementation",3"keywords": [4"CSS",5"CSSStyleDeclaration",6"StyleSheet"7],8"version": "0.2.27",9"homepage": "https://github.com/chad3814/CSSStyleDeclaration",10"maintainers": [11{12"name": "chad3814",13"email": "[email protected]"14}15],16"contributors": [17{18"name": "Nikita Vasilyev",19"email": "[email protected]"20}21],22"repository": {23"type": "git",24"url": "git://github.com/chad3814/CSSStyleDeclaration.git"25},26"bugs": {27"url": "https://github.com/chad3814/CSSStyleDeclaration/issues"28},29"directories": {30"lib": "./lib"31},32"main": "./lib/CSSStyleDeclaration.js",33"dependencies": {34"cssom": "0.3.x"35},36"devDependencies": {37"nodeunit": "~0.8.0"38},39"scripts": {40"test": "./scripts/run_tests.sh",41"prepublish": "node ./scripts/generate_properties.js"42},43"licenses": [44{45"type": "MIT",46"url": "http://creativecommons.org/licenses/MIT/"47}48],49"gitHead": "b57cdc149d095f6c5625ca9ee22ac3a93987622b",50"_id": "[email protected]",51"_shasum": "33e0e95bb8043822f6211983dfc018fcdde7470a",52"_from": "cssstyle@>=0.2.9 <0.3.0",53"_npmVersion": "1.4.28",54"_npmUser": {55"name": "chad3814",56"email": "[email protected]"57},58"dist": {59"shasum": "33e0e95bb8043822f6211983dfc018fcdde7470a",60"tarball": "http://registry.npmjs.org/cssstyle/-/cssstyle-0.2.27.tgz"61},62"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.27.tgz"63}646566