mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
33 lines
691 B
JSON
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"
|
|
}
|