-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "mapbox-gl",
"description": "Polymer 2.0 custom element for mapbox-gl-js. mapbox-gl element uses WebGL to render interactive maps from vector tiles and Mapbox styles. mapbox-gl element is compatible with deck-gl, the Polymer 1.0 element for uber's deck.gl library.",
"main": "mapbox-gl-elements.html",
"directories": {
"test": "test"
},
"scripts": {
"lint": "eslint *.html && polymer lint",
"pretest": "npm run lint",
"test": "npm run wct",
"wct": "xvfb-run polymer test --expanded",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/PolymerVis/mapbox-gl.git"
},
"keywords": [
"polymer",
"web-components",
"deck.gl",
"mapboxgl",
"webgl",
"visualization",
"geospatial",
"map"
],
"author": "eterna2 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PolymerVis/mapbox-gl/issues"
},
"devDependencies": {
"bower": "^1.8.0",
"eslint": "^3.19.0",
"eslint-config-prettier": "^1.7.0",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-prettier": "^2.0.1",
"lint-staged": "^3.4.1",
"polymer-cli": "^1.5.2",
"prettier": "^1.2.2"
},
"homepage": "https://www.webcomponents.org/element/PolymerVis/mapbox-gl",
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^2.1.2",
"mapbox": "^1.0.0-beta9",
"mapbox-gl": "^0.42.0"
}
}