bower.json 465 B

1234567891011121314151617
  1. {
  2. "name": "hashids",
  3. "description": "Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.",
  4. "main": "dist/hashids.js",
  5. "homepage": "https://github.com/ivanakimov/hashids.js",
  6. "license": "MIT",
  7. "authors": [
  8. "Ivan Akimov <ivan@barreleye.com> (https://twitter.com/IvanAkimov)"
  9. ],
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "tests",
  15. "package.json"
  16. ]
  17. }