{
  "name": "toget",
  "version": "0.5.0",
  "description": "Simple Node.js RESTful API builder to make requests easy.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test/setup.js test/integration/**/*.test.js",
    "test:eslint": "./node_modules/mocha/bin/mocha test/eslint/eslint.test.js"
  },
  "engines": {
    "node": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/protocoolmx/toget.git"
  },
  "keywords": [
    "rest",
    "http",
    "client",
    "request"
  ],
  "author": "Protocool",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/protocoolmx/toget/issues"
  },
  "homepage": "https://github.com/protocoolmx/toget#readme",
  "devDependencies": {
    "json-server": "0.12.x",
    "mocha": "3.5.x",
    "mocha-eslint": "3.x",
    "eslint": "3.x",
    "eslint-config-airbnb-base": "11.x",
    "eslint-plugin-import": "2.x",
    "request": "2.83.x"
  },
  "dependencies": {
    "path-to-regexp": "2.0.x"
  }
}
