forked from Automattic/juice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.06 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
{
"name": "juice",
"version": "1.0.0",
"description": "Inlines css into html source",
"bin": "./bin/juice",
"scripts": {
"test": "mocha --reporter spec",
"testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R 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]"
},
{
"name": "Francois-Guillaume Ribreau",
"email": "[email protected]"
}
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"batch": "0.5.2",
"cheerio": "0.18.0",
"commander": "2.3.0",
"cssom": "0.3.0",
"slick": "1.12.1",
"web-resource-inliner": "1.0.1"
},
"devDependencies": {
"should": "4.0.4",
"mocha": "1.21.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/juice.git"
}
}