This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.8 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
{
"name": "som",
"version": "0.1.0",
"main": "server.js",
"dependencies": {
"async": ">=0.9.0",
"body-parser": "~1.9.2",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.3.3",
"cookie-session": "^1.2.0",
"cookies": "^0.5.0",
"cors": "^2.5.2",
"express": "~4.10.2",
"express-session": "^1.11.3",
"grunt-email-builder": "^3.0.1",
"grunt-webfont": "^1.0.1",
"hogan": "^1.0.2",
"hogan.js": "^3.0.2",
"jsonwebtoken": "^5.0.5",
"mailchimp-api": "^2.0.7",
"method-override": "~2.3.0",
"moment": ">=2.8.3",
"morgan": "~1.5.0",
"multer": "^1.1.0",
"mysql": ">=2.5.3",
"node-mandrill": "^1.0.1",
"node-uuid": ">=1.4.1",
"nodemailer": "^2.3.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"password-generator": "^0.2.3",
"pmx": "^0.3.5",
"request": ">=2.48.0",
"sendgrid": "^2.0.0",
"serve-favicon": "^2.3.0",
"slack-notify": "^0.1.6",
"static-favicon": "^2.0.0-alpha",
"sticky-session": "^1.0.2",
"underscore": ">=1.7.0",
"winston": "^0.8.3"
},
"engine": "node",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-imagemin": "~0.9.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-dev-prod-switch": "^0.1.8",
"grunt-filerev": "^2.1.2",
"grunt-inline-css": "~0.1.4",
"grunt-ng-annotate": "^0.10.0",
"grunt-ng-constant": "^1.0.0",
"grunt-ngmin": "0.0.3",
"grunt-sloc": "^0.6.0",
"grunt-usemin": "^3.0.0",
"grunt-webfont": "^0.4.8"
}
}