mirror of
https://github.com/mapbox/vector-tile-js.git
synced 2026-01-25 14:08:34 +00:00
22 lines
543 B
JSON
22 lines
543 B
JSON
{
|
|
"name": "vector-tile",
|
|
"description": "Parses vector tiles",
|
|
"repository": "https://github.com/mapbox/vector-tile-js.git",
|
|
"version": "0.0.5",
|
|
"license": "BSD",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"point-geometry": "0.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "~2.13.3",
|
|
"istanbul": "~0.2.11",
|
|
"coveralls": "~2.10.0",
|
|
"pbf": "0.0.1"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/parse.test.js",
|
|
"cov": "istanbul cover ./node_modules/.bin/tape test/parse.test.js && coveralls < ./coverage/lcov.info"
|
|
}
|
|
}
|