Files
cdnjs/ajax/libs/three.js/package.json
T
Riccardo Magliocchetti 7b6ac88378 Add three.js
three.js is a lightweight 3D library with a very low level of complexity.

Author: Mr.doob
Homepage: https://github.com/mrdoob/three.js
License: MIT
2012-05-03 19:31:57 +02:00

24 lines
582 B
JSON

{
"name": "three.js",
"filename": "Three.js",
"version": "r49",
"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://mrdoob.github.com/three.js/",
"keywords": [
"3d",
"WebGL"
],
"maintainers": [
{
"name": "Mr.doob",
"web": "http://mrdoob.com"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/mrdoob/three.js.git"
}
]
}