12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name" : "three",
- "version" : "%VERSION%",
- "description" : "JavaScript 3D library",
- "keywords" : [
- "3D",
- "WebGL",
- "Three",
- "ThreeJS",
- "CSS",
- "engine",
- "rendering",
- "geometry",
- "math"
- ],
- "homepage" : "http://threejs.org/",
- "bugs" : {
- "url" : "https://github.com/mrdoob/three.js/issues"
- },
- "author" : "three.js contributors",
- "main" : "./three.js",
- "repository" : {
- "type" : "git",
- "url" : "git://github.com/mrdoob/three.js.git"
- },
- "license" : "MIT",
- "engines" : {
- "node" : "*"
- },
- "help" : {
- "web" : "http://stackoverflow.com/questions/tagged/three.js"
- }
- }
|