forked from Dsolnik/hackIllinois
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 883 Bytes
/
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
{
"name": "hackillinois",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"start-watch": "nodemon server/server.js",
"test": "export NODE_ENV=test || set \"NODE_ENV=test\" && mocha server/**/*.test.js",
"test-watch": "nodemon --exec 'npm test'"
},
"dependencies": {
"atob": "^2.0.3",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"http": "0.0.0",
"path": "^0.12.7",
"socket.io": "^2.0.4",
"twilio": "^3.11.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Dsolnik/hackIllinois.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dsolnik/hackIllinois/issues"
},
"homepage": "https://github.com/Dsolnik/hackIllinois#readme"
}