bower.json 294 B

12345678910111213141516171819202122
  1. {
  2. "name": "opentype.js",
  3. "version": "0.7.3",
  4. "main": "dist/opentype.js",
  5. "keywords": [
  6. "vector",
  7. "graphics",
  8. "canvas",
  9. "2d"
  10. ],
  11. "ignore": [
  12. ".jshintignore",
  13. ".jshintrc",
  14. "build",
  15. "g",
  16. "src",
  17. "test",
  18. "*.html"
  19. ],
  20. "dependencies": {
  21. }
  22. }