-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 2.02 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
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": "SDHacks2016",
"version": "1.0.0",
"private": true,
"engines": {
"node": "4.4.5",
"npm": "2.15.5"
},
"scripts": {
"start": "nodemon -e js,coffee server.js",
"postinstall": "bower install && gulp prod"
},
"dependencies": {
"aws-sdk": "^2.5.0",
"basic-auth": "^1.0.4",
"bcrypt": "^0.8.7",
"body-parser": "^1.15.2",
"bower": "^1.7.9",
"coffee-script": "1.10.0",
"connect-flash": "0.1.1",
"connect-timeout": "1.7.0",
"cookie-parser": "1.4.3",
"dotenv": "^2.0.0",
"email-templates": "^2.3.4",
"errorhandler": "1.4.3",
"express": "^4.14.0",
"express-device": "0.4.2",
"express-jwt": "^3.4.0",
"fast-csv": "^2.1.0",
"fs": "0.0.2",
"fs-extra": "0.30.0",
"gulp": "3.9.1",
"gulp-coffee": "2.3.2",
"gulp-concat": "2.6.0",
"gulp-jshint": "2.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"helmet": "^2.1.2",
"heroku-ssl-redirect": "0.0.3",
"jade": "1.11.0",
"jshint": "2.9.2",
"jshint-stylish": "2.2.0",
"jsonwebtoken": "^7.0.1",
"kerberos": "0.0.21",
"method-override": "2.3.6",
"mime": "^1.3.4",
"moment": "^2.14.1",
"mongoose": "4.5.1",
"mongoose-crate": "^1.0.11",
"mongoose-crate-s3": "github:sdhacks/mongoose-crate-s3",
"mongoose-findorcreate": "^0.1.2",
"mongoose-sanitizer": "^1.0.0",
"mongoose-softdelete": "^0.6.3",
"mongoose-timestamp": "^0.5.0",
"morgan": "1.7.0",
"multer": "^1.1.0",
"node-sass": "^3.8.0",
"node-uuid": "^1.4.7",
"nodemailer": "^2.5.0",
"nodemon": "1.9.2",
"passport": "0.3.2",
"passport-local": "^1.0.0",
"password-generator": "^2.0.2",
"q": "^1.4.1",
"replace": "0.3.0",
"request": "^2.72.0",
"s3-archiver": "^1.0.3",
"serve-favicon": "2.3.0",
"serve-static": "1.11.1",
"throng": "^4.0.0",
"underscore": "^1.8.3"
}
}