-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
31 lines (31 loc) · 909 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
{
"name": "@mapbox/mvt-fixtures",
"version": "3.10.0",
"description": "A require-able test fixture suite of valid and invalid Mapbox Vector Tiles",
"main": "index.js",
"scripts": {
"test": "tape test/*.test.js",
"docs": "node scripts/docs.js && documentation build index.js -f md > API.md --shallow",
"new": "node scripts/new.js",
"build": "node scripts/build.js",
"real-world": "node scripts/get-real-world.js"
},
"homepage": "https://github.com/mapbox/mvt-fixtures",
"repository": {
"type": "git",
"url": "git://github.com/mapbox/mvt-fixtures.git"
},
"author": "Mapbox",
"license": "ISC",
"devDependencies": {
"request": "^2.83.0",
"tape": "^4.5.1"
},
"dependencies": {
"@mapbox/sphericalmercator": "^1.0.5",
"@mapbox/vector-tile": "^1.3.0",
"d3-queue": "^3.0.7",
"pbf": "^3.0.5",
"protocol-buffers-schema": "^3.3.2"
}
}