forked from mapbox/mapbox.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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
{
"author": "Mapbox",
"name": "mapbox.js",
"description": "Mapbox plugin for Leaflet",
"version": "3.2.1",
"homepage": "http://mapbox.com/",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mapbox.js.git"
},
"main": "src/index.js",
"files": [
"dist",
"src",
"*.md"
],
"dependencies": {
"corslite": "0.0.7",
"leaflet": "1.4.0",
"mustache": "3.0.1",
"sanitize-caja": "0.1.4"
},
"scripts": {
"test": "eslint src && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html && mocha test/docs.js",
"prepublishOnly": "npm run build",
"build": "make"
},
"license": "BSD-3-Clause",
"devDependencies": {
"browserify": "^16.2.3",
"clean-css-cli": "^4.2.1",
"eslint": "^5.14.1",
"expect.js": "0.3.1",
"happen": "0.3.2",
"marked": "~0.6.1",
"minifyify": "^7.3.5",
"minimist": "1.2.0",
"mocha": "6.0.1",
"mocha-phantomjs-core": "2.1.2",
"phantomjs-prebuilt": "2.1.16",
"sinon": "7.2.4"
},
"optionalDependencies": {}
}