forked from Automattic/juice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.22 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
53
54
55
56
57
{
"name": "juice",
"version": "1.10.0",
"description": "Inlines css into html source",
"bin": "bin/juice",
"main": "index.js",
"browser": "client.js",
"scripts": {
"test": "mocha --reporter spec",
"testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
"license": "MIT",
"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.3",
"cheerio": "0.19.0",
"commander": "2.9.0",
"cross-spawn-async": "^2.1.8",
"cssom": "0.3.0",
"deep-extend": "^0.4.0",
"slick": "1.12.2",
"util-deprecate": "^1.0.2",
"web-resource-inliner": "1.2.1"
},
"devDependencies": {
"should": "4.0.4",
"mocha": "1.21.4"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/juice.git"
}
}