forked from jsdom/cssstyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"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": "[email protected]",
"url": "https://github.com/chad3814"
}
],
"contributors": [
{
"name": "Nikita Vasilyev",
"email": "[email protected]"
},
{
"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"
}