forked from mapbox/mapbox.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 913 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
37
38
39
40
{
"author": "Mapbox",
"name": "mapbox.js",
"description": "mapbox javascript api",
"version": "1.6.4",
"homepage": "http://mapbox.com/",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mapbox.js.git"
},
"main": "index.js",
"dependencies": {
"leaflet": "0.7.3",
"mustache": "0.7.3",
"corslite": "0.0.6",
"sanitize-caja": "0.0.0"
},
"scripts": {
"test": "jshint src/*.js && mocha-phantomjs test/index.html"
},
"devDependencies": {
"leaflet-hash": "0.2.1",
"leaflet-fullscreen": "0.0.0",
"uglify-js": "2.4.8",
"mocha": "1.17.1",
"expect.js": "0.3.1",
"sinon": "1.10.2",
"mocha-phantomjs": "3.1.6",
"happen": "0.1.3",
"browserify": "3.23.1",
"jshint": "2.4.4",
"clean-css": "~2.0.7",
"minimist": "0.0.5",
"marked": "~0.3.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}