forked from Automattic/juice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 846 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.2.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.6.0 <0.9.0"
},
"dependencies": {
"cssom": "~0.2.5",
"jsdom": "~0.5.0",
"slick": "~1.10.0",
"batch": "~0.2.1",
"superagent": "~0.12.2",
"commander": "~1.1.1"
},
"devDependencies": {
"should": "0.3.1",
"expresso": "0.9.0",
"mocha": "~1.8.1"
}
}