-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.77 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.77 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "test",
"version": "0.0.1",
"description": "test",
"dependencies": {
"blueimp-file-upload": "*",
"body-parser": "*",
"cloudinary": "*",
"connect-multiparty": "*",
"express": "*",
"gulp": "*",
"gulp-concat": "*",
"gulp-nodemon": "*",
"gulp-stylus": "*",
"gulp-uglify": "*",
"gulp-shell": "*",
"jade": "*",
"jquery": "*",
"jquery-ui": "*",
"lodash": "*",
"mongoose": "*",
"mongoose-q": "*",
"morgan": "*",
"nib": "*",
"page": "*",
"q": "*",
"react": "*",
"reactify": "*",
"stylus": "*",
"date-utils": "*",
"mongoose-timestamp": "*",
"passport": "*",
"passport-local": "*",
"express-session": "*",
"cookie-parser": "*",
"connect-flash": "*",
"string": "*",
"moment": "*",
"moment-range": "*",
"gmaps": "*",
"accounting": "*",
"mailgun-js": "*",
"es5-shim": "*",
"validate.js": "*",
"stripe": "*",
"require-dir": "*",
"extend": "*",
"connect-mongodb": "*",
"bigdecimal": "*",
"gulp-cond": "*",
"streamqueue": "*",
"restler": "*",
"compression": "*"
},
"engines": {
"node": "0.10.26",
"npm": "1.4.3"
},
"devDependencies": {
"chai": "*",
"chai-as-promised": "*",
"gulp-mocha": "*",
"mocha": "*",
"passport-stub": "*",
"proxyquire": "*",
"sinon": "*",
"sinon-chai": "*",
"supertest": "*",
"gulp-jshint": "*",
"gulp-util": "*",
"minimist": "*"
},
"browser": {
"jquery.fileupload": "./node_modules/blueimp-file-upload/js/jquery.fileupload.js",
"jquery.ui.widget": "./node_modules/blueimp-file-upload/js/vendor/jquery.ui.widget.js",
"jquery.iframe-transport": "./node_modules/blueimp-file-upload/js/jquery.iframe-transport.js"
}
}