bower.json 364 B

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