-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
46 lines (46 loc) · 999 Bytes
/
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
{
"name": "dom-css",
"version": "2.1.0",
"description": "fast dom CSS styling",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"add-px-to-style": "1.0.0",
"prefix-style": "2.0.1",
"to-camel-case": "1.0.0"
},
"devDependencies": {
"browserify": "^8.1.1",
"smokestack": "^3.2.0",
"standard": "^5.4.1",
"tap-closer": "^1.0.0",
"tap-spec": "^2.1.2",
"tape": "^3.2.0"
},
"scripts": {
"test": "standard && browserify test.js | tap-closer | smokestack | tap-spec"
},
"keywords": [
"dom",
"css",
"style",
"sheet",
"animate",
"element",
"px",
"pixels"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/dom-css.git"
},
"homepage": "https://github.com/mattdesl/dom-css",
"bugs": {
"url": "https://github.com/mattdesl/dom-css/issues"
}
}