{
  "name": "@sailshq/qs",
  "version": "4.0.2",
  "description": "A querystring parser that supports nesting and arrays, with a depth limit",
  "homepage": "https://github.com/treelinehq/qs",
  "main": "lib/index.js",
  "dependencies": {},
  "devDependencies": {
    "browserify": "^10.2.1",
    "code": "1.4.1",
    "lab": "5.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L",
    "test-cov-html": "lab -a code -r html -o coverage.html",
    "dist": "browserify --standalone Qs lib/index.js > dist/qs.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/treelinehq/qs.git"
  },
  "keywords": [
    "querystring",
    "qs"
  ],
  "license": "BSD-3-Clause"
}
