-
Notifications
You must be signed in to change notification settings - Fork 5
/
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.0.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": "^4.2.1",
"contra": "^1.6.10",
"glob": "^4.0.6",
"gulp": "^3.6.2",
"gulp-bump": "~0.1.0",
"gulp-clean": "~0.2.3",
"gulp-concat": "~2.1.7",
"gulp-git": "~0.2.0",
"gulp-header": "^1.0.2",
"gulp-jshint": "~1.3.4",
"gulp-mocha": "~0.3.0",
"gulp-rename": "~0.2.2",
"gulp-size": "~0.1.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "~0.1.0",
"gzip-size": "^1.0.0",
"jshint": "~2.4.1",
"jshint-stylish": "~0.1.5",
"jshint-tap": "0.0.1",
"pretty-bytes": "^1.0.1",
"sizzle": "*",
"tape": "^3.0.0",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"css": "^2.1.0",
"get-stdin": "^3.0.0",
"lodash": "^2.4.1",
"minimist": "^1.1.0"
}
}