-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 918 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 918 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": "ydh-spike-app",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-jshint": "^2.0.0",
"gulp-connect": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-cache": "^0.4.2",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.2",
"jshint": "^2.9.1"
},
"devDependencies": {
"gulp-bom": "^1.0.0",
"gulp-clean": "^0.3.2",
"gulp-html-replace": "^1.6.1",
"gulp-livereload": "^3.8.1",
"gulp-minify-html": "^1.0.6",
"gulp-replace-path": "^0.4.0",
"gulp-rev": "^7.0.0",
"gulp-rev-collector": "^1.0.3",
"gulp-sequence": "^0.4.5",
"node-sass": "^3.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}