bower.json 481 B

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