{
  "name": "srph-qs",
  "version": "0.1.1",
  "description": "Translates your JavaScript object to a URL query.",
  "main": "./src/index.js",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "qs",
    "querystring",
    "query-string",
    "query",
    "url"
  ],
  "scripts": {
    "test": "make test",
    "build": "webpack -p -d",
    "watch": "webpack -p -w -d"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/srph/qs.js.git"
  },
  "author": "srph <seraphipod@gmail.com> (https://srph.github.io/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/srph/qs.js/issues"
  },
  "homepage": "https://github.com/srph/qs.js",
  "devDependencies": {
    "mocha": "^2.2.0",
    "sinon": "^1.13.0"
  }
}
