{
  "name": "stackpath",
  "version": "0.0.5",
  "description": "StackPath API for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "tape ./test/*_test.js",
    "int": "tape ./test/*_int.js",
    "lint": "eslint .",
    "benchmark": "node ./test/benchmark.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/geoffdutton/node-stackpath.git"
  },
  "keywords": [
    "cdn",
    "stackpath",
    "oauth",
    "Content Delivery Network"
  ],
  "author": "Geoff Dutton <g.dutton@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/geoffdutton/node-stackpath/issues"
  },
  "dependencies": {
    "oauth": "~0.9.11"
  },
  "devDependencies": {
    "async": "~0.2.9",
    "eslint": "^3.17.1",
    "eslint-config-standard": "^7.0.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^2.1.1",
    "http-debug": "~0.1.1",
    "tape": "~2.3.0"
  }
}
