forked from developmentseed/mapbox-gl-topojson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 802 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
{
"name": "mapbox-gl-topojson",
"version": "1.0.0",
"description": "",
"main": "topojson_source.js",
"scripts": {
"build-demo": "browserify -s mapboxgl mapbox-gl.js > dist/mapbox-gl.js",
"build": "browserify -s mapboxgl.TopoJSONSource topojson_source.js > dist/mapbox-gl-topojson.js"
},
"keywords": [],
"author": "Anand Thakker <[email protected]> (http://anandthakker.net/)",
"license": "ISC",
"dependencies": {
"topojson": "^1.6.26",
"webworkify": "^1.2.1"
},
"devDependencies": {
"eslint": "^3.3.1",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^2.0.1",
"mapbox-gl": "github:mapbox/mapbox-gl-js#fix-add-source-type",
"eslint-plugin-standard": "^2.0.0"
},
"peerDependencies": {
"mapbox-gl": "0.22.1"
}
}