-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
36 lines (36 loc) · 914 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": "directions-icons",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "budo debug/index.js:bundle.js --live --dir debug/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/directions-icons.git"
},
"author": "",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/mapbox/directions-icons/issues"
},
"homepage": "https://github.com/mapbox/directions-icons#readme",
"devDependencies": {
"browserify": "^13.0.0",
"budo": "^8.2.1",
"mapbox.js": "^2.4.0",
"mapnik": "^3.5.6",
"leaflet-hash": "^0.2.1",
"request": "^2.69.0",
"zip-dir": "^1.0.2"
},
"dependencies": {
"cheerio": "^0.20.0",
"svg-numbers": "^0.1.1",
"svg-path": "^0.2.1",
"svg-path-bounding-box": "^1.0.4",
"svgpath": "^2.1.6"
}
}