-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 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
{
"name": "gulp-setup",
"version": "1.0.0",
"description": "A gulp setup to use for projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp"
],
"author": "tjeerddie",
"license": "ISC",
"devDependencies": {
"beepbeep": "^1.2.1",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-iife": "^0.3.0",
"gulp-inject": "^4.2.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"gulp-htmlhint": "^0.3.1",
"browser-sync": "^2.18.7",
"gulp-connect": "^5.0.0"
}
}