123456789101112131415161718192021222324 |
- {
- "name": "three.js",
- "description": "JavaScript 3D library",
- "version": "50dev",
- "homepage" : "http://threejs.org/",
- "author": "three.js contributors",
- "help": {
- "web": "http://stackoverflow.com/questions/tagged/three.js"
- },
- "devDependencies": {
- "uglify-js2": "*",
- "argparse" : "*"
- },
-
- "repository" : {
- "type" : "git",
- "url" : "git://github.com/mrdoob/three.js.git"
- },
- "licenses": [{
- "type": "The MIT License",
- "url": "https://raw.github.com/mrdoob/three.js/master/LICENSE"
- }]
- }
|