-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.01 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
{
"dependencies": {
"body-parser": "^1.10.1",
"cookie-parser": "^1.3.3",
"ejs": "^2.1.4",
"express": "^4.11.0",
"express-session": "^1.10.1",
"fb": "^0.7.0",
"fbgraph": "^0.3.0",
"imap": "^0.8.14",
"mail-listener": "^0.7.1",
"mail-listener2": "^0.1.7",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-twitter": "^1.0.2",
"request": "^2.51.0",
"serialport": "^1.4.10",
"twitter": "^1.0.3",
"util": "^0.10.3"
},
"scripts": {
"start": "node server.js"
},
"name": "MHacksV-hippo",
"description": "MHacksV-Hippo",
"version": "0.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/rkrishnan2012/MHacksV-hippo.git"
},
"keywords": [
"MHacks",
"V"
],
"author": "Rohit Krishnan, Matt O'Hagan, Cody Campbell",
"license": "MIT",
"bugs": {
"url": "https://github.com/rkrishnan2012/MHacksV-hippo/issues"
},
"homepage": "https://github.com/rkrishnan2012/MHacksV-hippo"
}