-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.22 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": "final-project",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "./node_modules/.bin/bower install",
"deploy": "gulp browserify; gulp sass; git add public/dist/bundle.js; git add public/css/style.css/; git commit -m \"deploy commit\"; git push heroku master"
},
"dependencies": {
"basic-auth": "^1.0.1",
"body-parser": "~1.12.0",
"bootstrap": "3.3.4",
"bower": "^1.4.1",
"command-line-args": "^0.5.9",
"cookie-parser": "~1.3.3",
"d3": "^3.5.5",
"debug": "~2.1.0",
"express": "~4.12.0",
"jade": "~1.9.1",
"jquery": "^2.1.4",
"knockout": "^3.3.0",
"moment-timezone": "0.4.0",
"mongodb": "^2.0.31",
"mongojs": "^0.18.2",
"morgan": "~1.5.0",
"serve-favicon": "~2.2.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^10.1.3",
"gulp": "~3.8.10",
"gulp-livereload": "~3.8.0",
"gulp-nodemon": "~1.0.4",
"gulp-notify": "^2.2.0",
"gulp-sass": "~1.3.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"mkdirp": "^0.5.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
}
}