{
  "name": "nvpqs",
  "version": "2.0.5",
  "description": "NVP querystring parser",
  "main": "lib/index.js",
  "scripts": {
    "changelog": "github_changelog_generator --header-label='# Changelog'",
    "test": "lab -a code -t 100 -L",
    "test-tap": "lab -a code -r tap -o tests.tap",
    "test-cov-html": "lab -a code -r html -o coverage.html",
    "coveralls": "lab -r lcov | ./node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ruiquelhas/nvpqs.git"
  },
  "keywords": [
    "encoding",
    "nvp",
    "parse",
    "qs",
    "querystring",
    "stringify"
  ],
  "author": "Rui Quelhas <rfpquelhas@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ruiquelhas/nvpqs/issues"
  },
  "homepage": "https://github.com/ruiquelhas/nvpqs",
  "dependencies": {
    "dot-object": "1.x.x",
    "lodash.isobject": "3.x.x",
    "lodash.reduce": "4.x.x",
    "lodash.some": "4.x.x",
    "lodash.transform": "4.x.x"
  },
  "devDependencies": {
    "code": "4.x.x",
    "coveralls": "2.x.x",
    "lab": "11.x.x"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}
