Files
2014-11-14 00:26:49 +10:00

33 lines
691 B
JSON

{
"name": "three.js",
"filename": "three.min.js",
"version": "r69",
"description": "three.js is a lightweight 3D library with a very low level of complexity. The library provides <canvas>, <svg> and WebGL renderers.",
"homepage": "http://threejs.org/",
"keywords": [
"3d",
"WebGL"
],
"maintainers": [
{
"name": "Mr.doob",
"web": "http://mrdoob.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/mrdoob/three.js.git"
}
],
"autoupdate": {
"source": "git",
"target": "git://github.com/mrdoob/three.js.git",
"basePath": "build",
"files": [
"*"
]
},
"namespace": "THREE"
}