bower.json 184 B

123456789101112131415
  1. {
  2. "name": "utf8",
  3. "version": "2.0.0",
  4. "main": "utf8.js",
  5. "ignore": [
  6. "coverage",
  7. "tests",
  8. ".*",
  9. "component.json",
  10. "Gruntfile.js",
  11. "node_modules",
  12. "package.json"
  13. ]
  14. }