bower.json 549 B

12345678910111213141516171819
  1. {
  2. "name": "speakingurl",
  3. "version": "14.0.1",
  4. "description": "Generate a slug – transliteration with a lot of options",
  5. "main": "lib/speakingurl.js",
  6. "homepage": "http://pid.github.io/speakingurl/",
  7. "bugs": "https://github.com/pid/speakingurl/issues",
  8. "repository": {
  9. "type": "git",
  10. "url": "git://github.com/pid/speakingurl.git"
  11. },
  12. "licenses": [{
  13. "type": "BSD",
  14. "url": "https://raw.github.com/pid/speakingurl/master/LICENSE"
  15. }],
  16. "ignore": [
  17. "node_modules"
  18. ]
  19. }