1 Star 2 Fork 1

dujuann/threebox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 979 Bytes
一键复制 编辑 原始数据 按行查看 历史
peterqliu 提交于 2019-04-25 00:49 . wrap
{
"name": "threebox",
"version": "0.2.0",
"description": "A Mapbox GL JS plugin that combines the power of the Three.js 3D library with Mapbox geospatial tools.",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/peterqliu/threebox.git"
},
"author": "@peterqliu and @kronick",
"license": "MIT",
"bugs": {
"url": "https://github.com/peterqliu/threebox/issues"
},
"dev-dependencies": {
"tap-prettify": "0.0.2",
"tape": "^4.6.3"
},
"scripts": {
"build": "browserify -g ./node_modules/uglifyify exports.js > dist/threebox.min.js",
"dev": "watchify exports.js --verbose -o dist/threebox.js",
"test": "browserify tests/threebox-tests.js > tests/threebox-tests-bundle.js; echo 'Open tests/threebox-tests.html to run tests in the browser.'"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"tape": "^4.10.1",
"turf": "^3.0.14",
"watchify": "^3.11.1",
"uglifyify": "5.0.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dujuann/threebox.git
[email protected]:dujuann/threebox.git
dujuann
threebox
threebox
master

搜索帮助