forked from mapbox/mapbox-directions.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 804 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
{
"name": "mapbox-directions.js",
"version": "0.3.0",
"description": "Leaflet plugin for the Mapbox Directions API",
"main": "index.js",
"scripts": {
"test": "jshint src && npm run build && mocha-phantomjs test/index.html",
"build": "browserify --debug index.js > dist/mapbox.directions.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mapbox-directions.js.git"
},
"dependencies": {
"corslite": "0.0.5",
"d3": "3.4.1",
"debounce": "0.0.3",
"mapbox.js": "1.5.2",
"polyline": "0.0.3",
"queue-async": "^1.0.7"
},
"devDependencies": {
"mocha": "1",
"mocha-phantomjs": "3",
"expect.js": "0.2.0",
"sinon": "1.7.3",
"browserify": "2",
"jshint": "2",
"smash": "0.0"
},
"license": "BSD-2-Clause"
}