-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1023 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
41
42
{
"name": "cara_api",
"version": "1.0.0",
"description": "accessible routing api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milorue/cara_api.git"
},
"author": "Milo S. Rue",
"license": "ISC",
"bugs": {
"url": "https://github.com/milorue/cara_api/issues"
},
"keywords": [
"example",
"heroku"
],
"homepage": "https://github.com/milorue/cara_api#readme",
"dependencies": {
"@turf/helpers": "^6.1.4",
"@turf/turf": "^5.1.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"csv-parser": "^2.3.2",
"csvjson-csv2json": "^5.0.6",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"lodash": "^4.17.15",
"mongodb-stitch-browser-sdk": "^4.8.0",
"mongodb-stitch-server-sdk": "^4.8.0",
"morgan": "^1.10.0",
"node-astar": "^0.1.0"
},
"engines": {
"node": "12.16.1"
}
}