forked from bevacqua/cave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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
{
"name": "cave",
"description": "Remove critical CSS from your stylesheet after inlining it in your pages",
"version": "2.1.0",
"homepage": "https://github.com/bevacqua/cave",
"author": {
"name": "Nicolas Bevacqua",
"email": "[email protected]",
"url": "http://bevacqua.io"
},
"main": "src/cave.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/cave.git"
},
"bin": {
"cave": "bin/cave"
},
"scripts": {
"test": "node test/cave"
},
"devDependencies": {
"browserify": "^16.5.0",
"contra": "^1.6.10",
"glob": "^7.1.5",
"gulp": "^4.0.2",
"gulp-bump": "^3.1.3",
"gulp-clean": "~0.2.3",
"gulp-concat": "~2.1.7",
"gulp-git": "~0.2.0",
"gulp-header": "^1.0.2",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"gulp-rename": "~0.2.2",
"gulp-size": "~0.1.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^3.0.2",
"gzip-size": "^1.0.0",
"jshint": "^2.10.2",
"jshint-stylish": "~0.1.5",
"jshint-tap": "0.0.1",
"pretty-bytes": "^1.0.1",
"sizzle": "*",
"tape": "^4.11.0",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"css": "^2.1.0",
"get-stdin": "^3.0.0",
"lodash": "^4.17.15",
"minimist": "^1.1.0"
}
}