bower.json 376 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "three.js",
  3. "version": "0.0.65",
  4. "homepage": "http://threejs.org/",
  5. "description": "JavaScript 3D library",
  6. "main": "build/three.js",
  7. "keywords": [
  8. "three",
  9. "threejs",
  10. "three.js",
  11. "3D",
  12. "webgl"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "*.md",
  18. "bower.json",
  19. "docs",
  20. "editor",
  21. "examples",
  22. "src",
  23. "test",
  24. "utils",
  25. "LICENSE"
  26. ]
  27. }