package.json 588 B

123456789101112131415161718192021222324
  1. {
  2. "name": "three.js",
  3. "description": "JavaScript 3D library",
  4. "version": "50dev",
  5. "homepage" : "http://threejs.org/",
  6. "author": "three.js contributors",
  7. "help": {
  8. "web": "http://stackoverflow.com/questions/tagged/three.js"
  9. },
  10. "devDependencies": {
  11. "uglify-js2": "*",
  12. "argparse" : "*"
  13. },
  14. "repository" : {
  15. "type" : "git",
  16. "url" : "git://github.com/mrdoob/three.js.git"
  17. },
  18. "licenses": [{
  19. "type": "The MIT License",
  20. "url": "https://raw.github.com/mrdoob/three.js/master/LICENSE"
  21. }]
  22. }