| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "cssstyle",
- "description": "CSSStyleDeclaration Object Model implementation",
- "keywords": [
- "CSS",
- "CSSStyleDeclaration",
- "StyleSheet"
- ],
- "version": "1.1.1",
- "homepage": "https://github.com/jsakas/CSSStyleDeclaration",
- "maintainers": [
- {
- "name": "Jon Sakas",
- "email": "jon.sakas@gmail.com",
- "url": "http://jon.sakas.co/"
- }
- ],
- "contributors": [
- {
- "name": "Chad Walker",
- "email": "chad@chad-cat-lore-eddie.com",
- "url": "https://github.com/chad3814"
- },
- {
- "name": "Nikita Vasilyev",
- "email": "me@elv1s.ru"
- },
- {
- "name": "Davide P. Cervone"
- },
- {
- "name": "Forbes Lindesay"
- }
- ],
- "repository": "jsakas/CSSStyleDeclaration",
- "bugs": "https://github.com/jsakas/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": "node ./scripts/generate_properties.js && node ./scripts/generate_valid_properties.js && nodeunit tests",
- "prepare": "node ./scripts/generate_properties.js && node ./scripts/generate_valid_properties.js"
- },
- "license": "MIT"
- }
|