-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "browserify-img",
"version": "1.0.0",
"author": "NYU MusEDlab",
"description": "Docker image initializer for bundling modules",
"dependencies": {
"babel-preset-es2015": "^6.16.0",
"browser-sync": "^2.17.3",
"require-dir": "^0.3.1"
},
"scripts": {
"gulp": "gulp",
"dev": "gulp dev",
"prod": "gulp prod",
"clean": "gulp clean"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browser-sync": "^2.12.5",
"browserify": "^13.0.0",
"del": "^1.2.1",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-env": "^0.2.0",
"gulp-notify": "^2.2.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"partialify": "^3.1.6",
"ractivate": "^0.2.0",
"ractive-componentify": "^0.2.4",
"require-dir": "^0.3.0",
"serve-favicon": "^2.3.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"private": true
}