-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 717 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
29
30
31
32
33
{
"name": "hackathon2019",
"version": "1.0.0",
"description": "HackPrinceton Webapp for SPC",
"main": "index.js",
"scripts": {
"test": "start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sunny77D/hackathon2019.git"
},
"keywords": [
"SPC",
"MVP",
"HackPrinceton"
],
"author": "Son Do",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sunny77D/hackathon2019/issues"
},
"homepage": "https://github.com/Sunny77D/hackathon2019#readme",
"dependencies": {
"body-parser": "^1.19.0",
"d3": "^5.12.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"querystring": "^0.2.0",
"request": "^2.88.0",
"url": "^0.11.0"
}
}