-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 868 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
{
"name": "worlda11y",
"version": "0.0.1",
"description": "Will calculate the traveltime between large amounts of points to their nearest town",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stvno/worlda11y.git"
},
"author": "Steven Ottens",
"license": "MIT",
"bugs": {
"url": "https://github.com/stvno/worlda11y/issues"
},
"homepage": "https://github.com/stvno/worlda11y#readme",
"dependencies": {
"@turf/bbox": "^6.0.1",
"@turf/buffer": "^5.1.5",
"@turf/helpers": "^6.1.4",
"@turf/intersect": "^6.1.3",
"@turf/square-grid": "^6.0.2",
"@turf/within": "^4.7.3",
"json2csv": "^4.2.1",
"osrm": "^5.18.0",
"papaparse": "^4.6.1"
},
"devDependencies": {
"eslint": "^5.6.1"
}
}