forked from perliedman/lrm-graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 929 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
{
"name": "lrm-graphhopper",
"version": "1.1.3",
"description": "Support for GraphHopper in Leaflet Routing Machine",
"main": "src/L.Routing.GraphHopper.js",
"scripts": {
"dist": "./scripts/dist.sh",
"publish": "./scripts/publish.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"leaflet",
"routing",
"graphhopper"
],
"author": "Per Liedman <per@liedman.net>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/perliedman/lrm-graphhopper.git"
},
"homepage": "https://github.com/perliedman/lrm-graphhopper",
"bugs": "https://github.com/perliedman/lrm-graphhopper/issues",
"dependencies": {
"corslite": "0.0.6",
"polyline": "0.0.3"
},
"browserify-shim": {
"leaflet": "global:L"
},
"devDependencies": {
"browserify": "^8.1.3",
"browserify-shim": "^3.8.2",
"uglify-js": "^2.4.16"
}
}