{
  "name": "min-qs",
  "version": "1.4.0",
  "description": "Mini Querystring Parse and Stringify Library",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test",
    "test-travis": "npm run poor && npm test",
    "poor": "browserify *test*.js | poor -b ie:6..8,chrome -R dot --url http://www.baidu.com",
    "browser": "browserify index.js -s querystring > browser/browser.js",
    "pregit": "npm run browser && npm run readme",
    "readme": "pretty-readme coveralls > readme.md"
  },
  "author": "chunpu",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/chunpu/min-qs.git"
  },
  "devDependencies": {
    "browserify": "latest",
    "istanbul": "^0.3.6",
    "mocha": "^2.1.0",
    "poor": "latest"
  },
  "keywords": [
    "querystring",
    "min"
  ],
  "bugs": {
    "url": "https://github.com/chunpu/min-qs/issues"
  },
  "homepage": "https://github.com/chunpu/min-qs",
  "dependencies": {
    "min-util": "^3.3.1"
  }
}
