forked from jbrodriguez/hugulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
{
"name": "hugulp",
"version": "2.0.5",
"description": "website",
"files": [
"index.js",
"gulp"
],
"bin": {
"hugulp": "./index.js"
},
"scripts": {
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Juan B. Rodriguez",
"license": "MIT",
"dependencies": {
"commander": "^2.12.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.2",
"gulp-rev": "^8.1.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"jshint": "^2.9.5",
"merge-stream": "^1.0.1",
"path": "^0.12.7",
"pkginfo": "^0.4.1",
"pump": "^2.0.0",
"rev-del": "^1.0.5",
"run-sequence": "^2.2.0"
}
}