-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 846 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 846 Bytes
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
{
"name": "gulp",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"gulp": "3.9.0"
},
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"browser-sync": "~2.9.11",
"del": "~2.0.2",
"gulp-concat": "~2.6.0",
"gulp-csso": "~1.0.1",
"gulp-debug": "^2.1.2",
"gulp-filter": "~3.0.1",
"gulp-inject": "~3.0.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "~2.0.4",
"gulp-serve": "~1.2.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"js-yaml": "^3.4.3",
"jshint": "^2.9.1",
"psi": "~1.0.6",
"q": "^1.4.1",
"raml2html": "^2.1.2",
"run-sequence": "~1.1.4",
"through2": "^2.0.0",
"wiredep": "~3.0.0-beta"
}
}