UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

53 lines (52 loc) 1.19 kB
{ "name": "cssstyle", "description": "CSSStyleDeclaration Object Model implementation", "keywords": [ "CSS", "CSSStyleDeclaration", "StyleSheet" ], "version": "0.2.37", "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" }, { "name": "Davide P. Cervone" }, { "name": "Forbes Lindesay" } ], "repository": "chad3814/CSSStyleDeclaration", "bugs": "https://github.com/chad3814/CSSStyleDeclaration/issues", "directories": { "lib": "./lib" }, "main": "./lib/CSSStyleDeclaration.js", "dependencies": { "cssom": "0.3.x" }, "devDependencies": { "babel-generator": "~6.11.4", "babel-traverse": "~6.13.0", "babel-types": "~6.13.0", "babylon": "~6.8.4", "nodeunit": "~0.8.0", "resolve": "~1.1.7" }, "scripts": { "test": "./scripts/run_tests.sh", "prepublish": "node ./scripts/generate_properties.js" }, "license": "MIT" }