-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (36 loc) · 992 Bytes
/
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
{
"name": "production-tools",
"version": "0.0.1",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-processhtml": "^1.1.0",
"gulp-preprocess": "^2.0.0",
"gulp-file-insert": "^1.0.2",
"gulp-inline-source": "^2.1.0",
"gulp-remove-empty-lines": "0.0.2",
"gulp-remove-html-comments": "^1.0.1",
"gulp-strip-comments": "^1.0.1",
"gulp-sass": "^2.2.0",
"gulp-jade": "^1.1.0",
"gulp-clean-css": "^2.0.7",
"gulp-uglify": "^1.4.1",
"require-dir": "^0.3.0",
"through2": "^2.0.1",
"map-stream": "0.0.6",
"vinyl-fs": "^2.4.3",
"connect": "~2.12.0",
"connect-livereload": "~0.3.2",
"gulp-jshint": "~1.3.4",
"gulp-livereload": "~0.1.1",
"gulp-usemin": "^0.3.14",
"tiny-lr": "0.0.5"
}
}