{
  "name": "gunner",
  "version": "0.2.3",
  "description": "Transform RESTful APIs into useful data.",
  "main": "dist/Gunner.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/abeisgreat/Gunner.git"
  },
  "author": "Abe Haskins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abeisgreat/Gunner/issues"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "docco": "~0.6.2",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-docco": "~0.3.1",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-notify": "~0.2.17"
  },
  "dependencies": {
    "querystring": "^0.2.0",
    "request": "^2.36.0"
  }
}
