27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"name": "three-obj-mtl-loader",
|
|
"version": "1.0.3",
|
|
"homepage": "https://github.com/cs64188/three-obj-mtl-loader",
|
|
"description": "Threejs newest obj&mtl loader with npm dev",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"peerDependencies": {
|
|
"three": ">= 0.91"
|
|
},
|
|
"keywords": [
|
|
"objloader",
|
|
"mtlloader",
|
|
"three-objloader",
|
|
"threejs",
|
|
"three.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cs64188/three-obj-mtl-loader.git"
|
|
},
|
|
"author": "tomyl",
|
|
"license": "MIT"
|
|
}
|