-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
46
47
{
"name": "webstack",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "DEBUG=webstack node ./bin/www"
},
"author": "Daniel Peterson <[email protected]>",
"dependencies": {
"backbone": "^1.3.3",
"backbone.localstorage": "github:danrpts/Backbone.localStorage",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"csurf": "^1.9.0",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "^4.16.2",
"googleapis": "^2.1.7",
"human-time": "0.0.1",
"jquery": "^2.2.4",
"jquery-ui": "^1.12.1",
"jquery-ui-browserify": "^1.11.0-pre-seelio",
"mailparser": "^0.6.2",
"morgan": "~1.6.1",
"serve-favicon": "^2.3.2",
"time-ago": "^0.1.0",
"timeago": "^1.6.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"browserify": "^11.0.1",
"browserify-css": "^0.6.1",
"glob": "^5.0.14",
"gulp": "^3.9.1",
"gulp-filter": "^3.0.1",
"gulp-import-css": "^0.1.3",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"minimist": "^1.1.3",
"stringify": "^3.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
}
}