forked from Harkishen-Singh/move-pt-hack
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 894 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
35
36
37
38
39
40
{
"name": "move-pt-hack",
"version": "1.0.0",
"description": "hacks port-train move",
"main": "app.js",
"scripts": {
"test": "npm test && node app.js",
"start": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harkishen-Singh/move-pt-hack.git"
},
"keywords": [
"port",
"train",
"hackthon",
"move"
],
"author": "JHM",
"license": "ISC",
"bugs": {
"url": "https://github.com/Harkishen-Singh/move-pt-hack/issues"
},
"homepage": "https://github.com/Harkishen-Singh/move-pt-hack#readme",
"dependencies": {
"angular": "^1.7.3",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"fs": "0.0.1-security",
"http-server": "^0.11.1",
"interactjs": "^1.3.4",
"mongodb": "^3.1.3",
"multer": "^1.3.1"
},
"devDependencies": {
"csv": "^3.1.0",
"csvtojson": "^2.0.8"
}
}