-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 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
{
"private": true,
"scripts": {
"watch": "node node_modules/gulp/bin/gulp watch",
"server": "node node_modules/gulp/bin/gulp server",
"build": "node node_modules/gulp/bin/gulp build"
},
"browser": {
"jquery": "./src/js/jquery.js"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-compass-imagehelper": "^1.0.2",
"gulp-connect": "^5.5.0",
"gulp-sass": "^4.0.1",
"gulp-sass-image": "^1.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgo": "^1.5.4",
"path": "^0.12.7",
"run-sequence": "^2.2.1"
},
"dependencies": {
"browserify": "^16.2.2",
"del": "^3.0.0",
"dialog-polyfill": "^0.4.10",
"gulp-concat": "^2.6.1",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.0",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}