-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.39 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
{
"name": "meetup2gcal",
"version": "0.0.2",
"description": "A Node/Heroku system for piping Meetup events into a Google Calendar",
"repository": {
"type": "git",
"url": "https://github.com/datacommunitydc/meetup2gcal.git"
},
"bugs": {
"url": "https://github.com/datacommunitydc/meetup2gcal/issues"
},
"scripts": {
"start": "node ./bin/www",
"test": "make test"
},
"license": "MIT",
"contributors": [
"Benjamin Bengfort <[email protected]>",
"Harlan Harris <[email protected]>"
],
"keywords": [
"meetup",
"gcal"
],
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.4.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.2",
"debug": "^0.7.4",
"dotenv": "^0.2.8",
"express": "^4.5.1",
"express-session": "^1.6.4",
"google-oauth-jwt": "^0.1.4",
"jade": "~1.3.0",
"markdown-js": "^0.0.3",
"meetup-api": "^0.1.3",
"moment": "^2.7.0",
"mongodb": "^1.4.7",
"mongoose": "~3.8.8",
"newrelic": "^1.7.5",
"passport": "^0.2.0",
"passport-google-oauth": "^0.1.5",
"pretty-hrtime": "^0.2.1",
"q": "~1.0.0",
"underscore": "^1.6.0",
"underscore.string": "^2.3.3",
"winston": "~0.7.2"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.20.1",
"sinon": "^1.10.2"
},
"main": "./bin/www",
"engines": {
"node": "0.10.x"
}
}