-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"private": true,
"dependencies": {
"backbone": "^1.3.3",
"backbone.marionette": "^2.4.7",
"backbone.radio": "^1.0.5",
"bootstrap-datetime-picker": "^2.3.10",
"bootstrap-sass": "^3.3.7",
"bootstrap-tokenfield": "^0.12.0",
"corejs-typeahead": "^0.11.1",
"dropzone": "^4.3.0",
"express": "^4.14.0",
"font-awesome": "^4.6.3",
"handlebars": "^4.0.5",
"ioredis": "^2.3.0",
"jquery": "^3.1.0",
"jquery-migrate": "^3.0.0",
"jquery-ui-browserify": "^1.11.0-pre-seelio",
"moment": "^2.14.1",
"moment-timezone": "^0.5.5",
"nprogress": "^0.2.0",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^13.1.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.13.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}