-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 KB
/
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
43
44
45
46
47
48
49
50
{
"name": "lrm-mapzen",
"version": "1.3.5",
"description": "Support for Turn By Turn by Mapzen in Leaflet Machine",
"main": "src/index.js",
"scripts": {
"dist": "./scripts/dist.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"leaflet",
"routing",
"valhalla",
"turn by turn",
"mapzen"
],
"contributors": [
{
"name": "Kristen Diluca",
"github": "https://github.com/kdiluca"
}
],
"author": "Hanbyul Jo <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mapzen/lrm-mapzen.git"
},
"homepage": "https://github.com/mapzen/lrm-mapzen",
"bugs": {
"url": "https://github.com/mapzen/lrm-mapzen/issues"
},
"dependencies": {
"@mapbox/polyline": "0.2.0",
"@mapbox/corslite": "0.0.7"
},
"browserify-shim": {
"leaflet": "global:L"
},
"devDependencies": {
"browserify": "^8.1.3",
"browserify-shim": "^3.8.2",
"node-sass": "^4.5.3",
"uglify-js": "^2.4.16",
"uglifyify": "^3.0.1"
},
"directories": {
"example": "examples"
}
}