bower.json 358 B

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