forked from jonkemp/inline-css
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.1 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
{
"name": "inline-css",
"version": "2.2.2",
"description": "Inline css into an html file.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^2.9.25",
"cheerio": "^0.19.0",
"css-rules": "^1.0.0",
"extend": "^3.0.0",
"extract-css": "^1.0.0",
"flatten": "0.0.1",
"object.pick": "^1.1.1",
"slick": "^1.12.1",
"specificity": "^0.1.5"
},
"devDependencies": {
"coveralls": "^2.11.6",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.2",
"mocha": "^2.1.0",
"nyc": "^5.0.0",
"should": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha",
"lint": "gulp lint",
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"files": [
"index.js",
"lib"
],
"repository": "jonkemp/inline-css",
"keywords": [
"inline",
"css",
"html",
"email"
],
"author": "Jonathan Kemp <[email protected]> (http://jonkemp.com/)",
"license": "MIT"
}