forked from goel4ever/usage-gulp
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "usage-gulp",
"version": "0.0.1",
"description": "Project hosting sample code for Gulp for future references",
"author": "Anshul Goel",
"contributors": [
{
"name": "Anshul Goel",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/goel4ever/usage-gulp.git"
},
"dependencies": {},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-browserify": "^0.5.1",
"gulp-compass": "^2.0.4",
"gulp-concat": "^2.5.2",
"gulp-contrib-clean": "^0.0.2",
"gulp-contrib-copy": "^0.1.2",
"gulp-csslint": "^0.1.5",
"gulp-cssmin": "^0.1.7",
"gulp-header": "^1.2.2",
"gulp-htmlhint": "^0.1.1",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.2",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.2.0",
"gulp-usemin": "^0.3.11",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"gulp-webserver": "^0.9.1",
"jshint-stylish": "^1.0.2",
"preen": "^1.2.0",
"run-sequence": "^1.1.0"
}
}