forked from mapbox/mapbox.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 906 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
{
"author": "MapBox",
"name": "mapbox.js",
"description": "mapbox javascript api",
"version": "1.3.1",
"homepage": "http://mapbox.com/",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mapbox.js.git"
},
"main": "index.js",
"dependencies": {
"leaflet": "0.6.3",
"mustache": "~0.7.2",
"corslite": "0.0.4",
"json3": "git://github.com/bestiejs/json3.git#v3.2.5a"
},
"scripts": {
"test": "mocha-phantomjs test/index.html"
},
"devDependencies": {
"leaflet-hash": "git://github.com/mlevans/leaflet-hash.git#b039a3aa4e2492a5c7448075172ac26769e601d6",
"leaflet-fullscreen": "0.0.0",
"uglify-js": "~2.2.5",
"mocha": "~1.9",
"expect.js": "~0.2.0",
"sinon": "~1.7.3",
"mocha-phantomjs": "~1.1.1",
"happen": "~0.1.2",
"browserify": "~2.22.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}