1 Star 0 Fork 1

luopengtao/gltf-pipeline

forked from 地球仪/gltf-pipeline 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
Sean Lilley 提交于 2020-11-15 01:28 +08:00 . Update to version 3.0.1
{
"name": "gltf-pipeline",
"version": "3.0.1",
"description": "Content pipeline tools for optimizing glTF assets.",
"license": "Apache-2.0",
"contributors": [
{
"name": "Richard Lee, Cesium GS, Inc., and Contributors",
"url": "https://github.com/CesiumGS/gltf-pipeline/graphs/contributors"
}
],
"keywords": [
"glTF",
"WebGL"
],
"homepage": "https://github.com/CesiumGS/gltf-pipeline",
"repository": {
"type": "git",
"url": "git@github.com:CesiumGS/gltf-pipeline.git"
},
"bugs": {
"url": "https://github.com/CesiumGS/gltf-pipeline/issues"
},
"main": "index.js",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"cesium": "^1.69.0",
"draco3d": "1.3.6",
"fs-extra": "^9.0.0",
"mime": "^2.4.5",
"object-hash": "^2.0.3",
"yargs": "^15.3.1"
},
"devDependencies": {
"cloc": "^2.5.1",
"coveralls": "^3.1.0",
"dependency-tree": "^7.2.1",
"eslint": "^7.0.0",
"eslint-config-cesium": "^8.0.1",
"gulp": "^4.0.2",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^5.0.2",
"jsdoc": "^3.6.4",
"nyc": "^15.0.1",
"open": "^7.0.3"
},
"scripts": {
"jsdoc": "jsdoc ./lib -R ./README.md -d doc",
"eslint": "eslint \"./**/*.js\" --cache --quiet",
"eslint-watch": "gulp eslint-watch",
"test": "gulp test",
"test-watch": "gulp test-watch",
"coverage": "gulp coverage",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"cloc": "gulp cloc",
"build-cesium": "gulp build-cesium"
},
"bin": {
"gltf-pipeline": "./bin/gltf-pipeline.js"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luopengtao/gltf-pipeline.git
git@gitee.com:luopengtao/gltf-pipeline.git
luopengtao
gltf-pipeline
gltf-pipeline
master

搜索帮助