obj2gltf/package.json

42 lines
979 B
JSON
Raw Normal View History

2015-10-16 17:32:23 -04:00
{
2016-06-09 13:33:08 -04:00
"name": "obj2gltf",
"version": "0.0.1",
"description": "Convert OBJ model format to glTF",
"license": "Apache-2.0",
"author": {
"name": "Sean Lilley",
"email": "slilley@agi.com"
},
"keywords": [
"obj",
"gltf"
],
"homepage": "https://github.com/AnalyticalGraphicsInc/OBJ2GLTF",
"repository": {
"type": "git",
"url": "git@github.com:AnalyticalGraphicsInc/OBJ2GLTF.git"
},
"bugs": {
"url": "https://github.com/AnalyticalGraphicsInc/OBJ2GLTF/issues"
},
"scripts": {
"jsHint": "gulp jsHint",
"jsHint-watch": "gulp jsHint-watch"
},
"dependencies": {
"async": "^1.4.2",
2016-06-23 22:35:07 -04:00
"byline": "^4.2.1",
2016-06-09 13:33:08 -04:00
"cesium": "^1.22.0",
"fs-extra": "^0.30.0",
2016-06-13 17:12:33 -04:00
"gltf-pipeline": "git://github.com/AnalyticalGraphicsInc/gltf-pipeline.git",
2016-06-09 13:33:08 -04:00
"path": "^0.12.7",
"yargs": "^4.7.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"jshint": "^2.6.0",
"jshint-stylish": "^2.2.0"
}
2015-10-16 17:32:23 -04:00
}