forked from Automattic/juice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 841 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
{
"name": "juice",
"version": "0.4.0",
"description": "Inlines css into html source",
"bin": "./bin/juice",
"scripts": {
"test": "mocha --reporter spec"
},
"contributors": [
{
"name": "Guillermo Rauch",
"email": "[email protected]"
},
{
"name": "Arian Stolwijk",
"email": "[email protected]"
},
{
"name": "Paweł Marzec",
"email": "[email protected]"
},
{
"name": "Andrew Kelley",
"email": "[email protected]"
}
],
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"cssom": "~0.2.5",
"jsdom": "~0.6.0",
"batch": "~0.3.2",
"superagent": "~0.14.0",
"commander": "~1.1.1",
"slick": "~1.10.0"
},
"devDependencies": {
"should": "~1.2.2",
"expresso": "~0.9.2",
"mocha": "~1.8.2"
}
}