mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-27 02:24:04 -05:00
Updated package.json
This commit is contained in:
parent
82698ba8e4
commit
1a0901b842
47
package.json
47
package.json
@ -1,10 +1,41 @@
|
||||
{
|
||||
"name": "obj2gltf",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"async": "^1.4.2",
|
||||
"fs-extra": "^0.24.0",
|
||||
"minimist": "^1.2.0",
|
||||
"path": "^0.12.7"
|
||||
}
|
||||
"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": "./node_modules/jshint/bin/jshint bin/*.js lib/*.js"
|
||||
},
|
||||
"directories": {
|
||||
"bin": "./bin",
|
||||
"lib": "./lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^1.4.2",
|
||||
"fs-extra": "^0.24.0",
|
||||
"minimist": "^1.2.0",
|
||||
"path": "^0.12.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jshint": "^2.6.0"
|
||||
},
|
||||
"jshintConfig": {
|
||||
"node": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user