three-collada-loader
Version:
The Three.js collada loader extras package, published to npm
35 lines (34 loc) • 817 B
JSON
{
"name": "three-collada-loader",
"version": "0.0.1",
"description": "The Three.js collada loader extras package, published to npm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"three": ">=0.73.2"
},
"devDependencies": {
"three": ">=0.73.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DelvarWorld/three-collada-loader.git"
},
"keywords": [
"three",
"collada",
"loader"
],
"author": {
"name": "Andrew Ray",
"email": "me@andrewray.me",
"url": "http://andrewray.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/DelvarWorld/three-collada-loader/issues"
},
"homepage": "https://github.com/DelvarWorld/three-collada-loader#readme"
}