-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 808 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 808 Bytes
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
{
"name": "inline-critical-css",
"description": "Inline critical CSS in HTML",
"repository": "stackcss/inline-critical-css",
"version": "2.0.0",
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"start": "node .",
"test": "standard && npm run deps && node test"
},
"dependencies": {
"css": "^3.0.0",
"end-of-stream": "^1.4.0",
"extract-html-class": "^1.0.1",
"extract-html-id": "^1.0.0",
"extract-html-tag": "^1.0.1",
"hstream": "^2.0.0",
"through2": "^4.0.2"
},
"devDependencies": {
"concat-stream": "^2.0.0",
"dependency-check": "^3.4.1",
"pump": "^3.0.0",
"standard": "^14.0.0",
"tape": "^5.0.1"
},
"keywords": [
"html",
"css",
"inline",
"critical"
],
"license": "MIT"
}