bower.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "underscore.string",
  3. "version": "3.2.3",
  4. "description": "String manipulation extensions for Underscore.js javascript library.",
  5. "homepage": "http://epeli.github.com/underscore.string/",
  6. "contributors": [
  7. "Esa-Matti Suuronen <esa-matti@suuronen.org> (http://esa-matti.suuronen.org/)",
  8. "Edward Tsech <edtsech@gmail.com>",
  9. "Pavel Pravosud <pavel@pravosud.com> (<https://github.com/rwz>)",
  10. "Sasha Koss <kossnocorp@gmail.com> (http://koss.nocorp.me/)",
  11. "Vladimir Dronnikov <dronnikov@gmail.com>",
  12. "Pete Kruckenberg (<https://github.com/kruckenb>)",
  13. "Paul Chavard <paul@chavard.net> (<http://tchak.net>)",
  14. "Ed Finkler <coj@funkatron.com> (<http://funkatron.com>)"
  15. ],
  16. "keywords": [
  17. "underscore",
  18. "string"
  19. ],
  20. "main": "./dist/underscore.string.js",
  21. "ignore": [],
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/epeli/underscore.string.git"
  25. },
  26. "bugs": {
  27. "url": "https://github.com/epeli/underscore.string/issues"
  28. },
  29. "licenses": [
  30. {
  31. "type": "MIT"
  32. }
  33. ]
  34. }