-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.53 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
{
"name": "awdg",
"version": "0.1.0",
"private": true,
"main": "app.js",
"scripts": {
"start": "nodemon ./bin/www",
"test": "mocha test"
},
"engines": {
"node": ">=0.10.32",
"npm": ">= 1.4.28"
},
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.8.0",
"body-parser": "^1.8.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.3",
"debug": "~2.0.0",
"dotenv": "^0.4.0",
"express": "~4.9.0",
"express-form": "^0.12.3",
"express-promise": "^0.3.0",
"express-session": "^1.9.2",
"hull": "^0.4.1",
"lodash": "^2.4.1",
"mailchimp": "^1.1.0",
"meetup-api": "^0.1.3",
"moment": "^2.8.3",
"mongoose": "^3.8.17",
"mongoose-stamp": "0.0.2",
"morgan": "~1.3.0",
"node-uuid": "^1.4.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"serve-favicon": "^2.1.6",
"string": "^2.2.0",
"stripe": "^2.8.0",
"swig": "^1.4.2",
"view-helpers": "^0.1.5"
},
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.3.0",
"grunt-sass": "^0.16.1",
"matchdep": "^0.3.0",
"mocha": "^1.21.5",
"nodemon": "^1.2.1",
"should": "^4.0.4",
"sinon": "^1.10.3"
}
}