forked from mapbox/mapbox-gl-js-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 853 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
{
"name": "mapbox-gl-js-mock",
"version": "1.0.2",
"description": "A maybe-some-day-fully-featured mock for mapbox-gl-js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/mapbox-gl-js-mock.git"
},
"scripts": {
"test": "tape test/*test.js"
},
"keywords": [
"mapbox-gl",
"mock"
],
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/mapbox/mapbox-gl-js-mock/issues"
},
"homepage": "https://github.com/mapbox/mapbox-gl-js-mock#readme",
"dependencies": {
"@turf/bbox-polygon": "^5.0.4",
"@turf/buffer": "^5.0.4",
"@turf/union": "^5.0.4",
"flow-remove-types": "^1.2.3",
"gl": "^4.0.4",
"jsdom": "^11.6.2",
"mapbox-gl": "^0.44.1",
"sinon": "^4.3.0"
},
"devDependencies": {
"tape": "^4.8.0"
}
}