-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 897 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 897 Bytes
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
{
"name": "hacker_hotline",
"version": "0.0.0",
"description": "This app is meant to streamline the mentorship process by allowing hackathon participants who need help to submit requests and subsequently dispatching available mentors to them. Makes use of the Twilio/Firebase APIs and node.js.",
"main": "server.js",
"scripts": {
"test": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hackdartmouth/hacker_hotline.git"
},
"author": "HackDartmouth",
"license": "MIT",
"bugs": {
"url": "https://github.com/hackdartmouth/hacker_hotline/issues"
},
"homepage": "https://github.com/hackdartmouth/hacker_hotline#readme",
"dependencies": {
"body-parser": "^1.14.0",
"express": "^4.13.3",
"firebase": "^2.2.9",
"fs": "0.0.2",
"twilio": "^2.3.0"
},
"devDependencies": {}
}