forked from perliedman/lrm-graphhopper
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 867 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": "lrm-tomtom",
"version": "1.0.4",
"description": "Support for TomTom in Leaflet Routing Machine",
"main": "src/L.Routing.TomTom.js",
"scripts": {
"dist": "./scripts/dist.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"leaflet",
"routing",
"tomtom"
],
"author": "Mathias Rohnstock <m.rohnstock@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/mrohnstock/lrm-tomtom.git"
},
"homepage": "https://github.com/mrohnstock/lrm-tomtom",
"bugs": "https://github.com/mrohnstock/lrm-tomtom/issues",
"dependencies": {
"corslite": "0.0.6",
"leaflet": "^0.7.3"
},
"browserify-shim": {
"leaflet": "global:L"
},
"devDependencies": {
"browserify": "^8.1.3",
"browserify-shim": "^3.8.2",
"uglify-js": "^2.4.16"
}
}