only-changed-jest-watch-plugin
Version:
Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules
58 lines (57 loc) • 1.42 kB
JSON
{
"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"
}