bower.json 449 B

12345678910111213141516171819202122
  1. {
  2. "name": "qs",
  3. "main": "dist/qs.js",
  4. "version": "5.1.0",
  5. "homepage": "https://github.com/hapijs/qs",
  6. "authors": [
  7. "Nathan LaFreniere <quitlahok@gmail.com>"
  8. ],
  9. "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  10. "keywords": [
  11. "querystring",
  12. "qs"
  13. ],
  14. "license": "BSD-3-Clause",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }