1 Star 0 Fork 0

april / vector-tile-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 865 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anand Thakker 提交于 2018-03-02 19:42 . v1.3.1
{
"name": "@mapbox/vector-tile",
"description": "Parses vector tiles",
"repository": "https://github.com/mapbox/vector-tile-js.git",
"version": "1.3.1",
"license": "BSD-3-Clause",
"main": "index.js",
"dependencies": {
"@mapbox/point-geometry": "~0.1.0"
},
"devDependencies": {
"benchmark": "^1.0.0",
"coveralls": "~2.11.2",
"istanbul": "~0.3.6",
"mapnik": "~3.6.0",
"jshint": "^2.6.3",
"pbf": "^1.3.2",
"tape": "~3.5.0",
"eslint": "~1.00.0",
"eslint-config-unstyled": "^1.1.0"
},
"jshintConfig": {
"trailing": true,
"undef": true,
"unused": true,
"indent": 4,
"node": true
},
"scripts": {
"test": "eslint lib index.js && jshint lib && tape test/parse.test.js",
"cov": "istanbul cover ./node_modules/.bin/tape test/parse.test.js && coveralls < ./coverage/lcov.info"
}
}
1
https://gitee.com/aprilmrwei/vector-tile-js.git
git@gitee.com:aprilmrwei/vector-tile-js.git
aprilmrwei
vector-tile-js
vector-tile-js
master

搜索帮助