gltf-pipeline
Version:
Content pipeline tools for optimizing glTF assets.
67 lines (66 loc) • 1.77 kB
JSON
{
"name": "gltf-pipeline",
"version": "2.1.3",
"description": "Content pipeline tools for optimizing glTF assets.",
"license": "Apache-2.0",
"contributors": [
{
"name": "Richard Lee, Analytical Graphics, Inc., and Contributors",
"url": "https://github.com/AnalyticalGraphicsInc/gltf-pipeline/graphs/contributors"
}
],
"keywords": [
"glTF",
"WebGL"
],
"homepage": "https://github.com/AnalyticalGraphicsInc/gltf-pipeline",
"repository": {
"type": "git",
"url": "git@github.com:AnalyticalGraphicsInc/gltf-pipeline.git"
},
"bugs": {
"url": "https://github.com/AnalyticalGraphicsInc/gltf-pipeline/issues"
},
"main": "index.js",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"bluebird": "^3.5.3",
"cesium": "^1.54.0",
"draco3d": "^1.3.4",
"fs-extra": "^7.0.1",
"mime": "^2.4.0",
"object-hash": "^1.3.1",
"uuid": "^3.3.2",
"yargs": "^13.2.0"
},
"devDependencies": {
"cloc": "^2.4.0",
"coveralls": "^3.0.2",
"dependency-tree": "^7.0.2",
"eslint": "^5.13.0",
"eslint-config-cesium": "^6.0.1",
"gulp": "^4.0.0",
"jasmine": "^3.3.1",
"jasmine-spec-reporter": "^4.2.1",
"jsdoc": "^3.5.5",
"nyc": "^13.3.0",
"open": "^0.0.5",
"requirejs": "^2.3.6"
},
"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"
}
}