forked from perliedman/geojson-path-finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 997 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
{
"name": "geojson-path-finder",
"version": "1.5.3",
"description": "Find shortest path through a network of GeoJSON",
"repository": "[email protected]:perliedman/geojson-path-finder.git",
"homepage": "https://github.com/perliedman/geojson-path-finder",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tap test/*.js | tap-spec"
},
"author": "Per Liedman <[email protected]>",
"license": "ISC",
"dependencies": {
"@turf/distance": "^6.0.1",
"@turf/explode": "^5.1.5",
"tap": "^14.6.1",
"tap-spec": "^5.0.0",
"tinyqueue": "^2.0.3",
"@turf/helpers": "^6.1.4"
},
"devDependencies": {
"eslint": "6.3.0",
"eslint-config-google": "0.13.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "9.2.0",
"eslint-plugin-prettier": "3.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-standard": "4.0.1"
}
}