forked from jonkemp/inline-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.1 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.1 KB
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.3",
"description": "Inline css into an html file.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.1",
"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.3.2"
},
"devDependencies": {
"coveralls": "^3.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"gulp-util": "^3.0.2",
"mocha": "^4.0.1",
"nyc": "^11.3.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 <kempdogg@gmail.com> (http://jonkemp.com/)",
"license": "MIT"
}