{
  "name": "x-www-form-urlencode",
  "version": "0.1.1",
  "description": "It encodes/decodes `application/x-www-form-urlencoded`.",
  "main": "index.js",
  "bin": {
    "x-www-form-encode": "bin/cmd.js"
  },
  "scripts": {
    "test": "jest --verbose --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sterpe/x-www-form-urlencode.git"
  },
  "keywords": [
    "application/x-www-form-urlencoded",
    "x-www-form-urlencoded"
  ],
  "author": "Steve Terpe <sterpe@rubiconproject.com> (https://github.rp-core.com/sterpe)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sterpe/x-www-form-urlencode/issues"
  },
  "homepage": "https://github.com/sterpe/x-www-form-urlencode#readme",
  "devDependencies": {
    "jest-cli": "^0.4.19"
  },
  "dependencies": {
    "minimist": "^1.1.3"
  }
}
