-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "Internbox",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anuraag Yachamaneni, William Jagels",
"license": "MIT",
"dependencies": {
"angellist": "^0.1.0",
"body-parser": "~1.12.0",
"compression": "^1.4.2",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.0",
"express-minify": "^0.1.3",
"jade": "^1.9.2",
"json-nice": "^1.0.1",
"juice2": "^1.3.1",
"mongodb": "^1.4.33",
"morgan": "~1.5.1",
"nodemailer": "^1.3.1",
"oauth": "^0.9.12",
"oauth-toolkit": "^0.0.0",
"passport": "^0.2.1",
"passport-angellist": "^0.1.2",
"read-file": "^0.1.2",
"sendgrid": "^1.6.0",
"serve-favicon": "~2.2.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/hackathoner/Internbox.git"
},
"bugs": {
"url": "https://github.com/hackathoner/Internbox/issues"
},
"homepage": "https://github.com/hackathoner/Internbox"
}