{
  "name": "autofetch",
  "version": "4.1.0",
  "description": "fetch for node",
  "main": "src/index.node.js",
  "browser": "dist/index.browser.js",
  "scripts": {
    "build": "webpack --config=scripts/webpack.config.js",
    "prepublishOnly": "npm run build",
    "publishOnly": "rm -rf dist/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yeliex/autofetch.git"
  },
  "files": [
    "dist",
    "src",
    "libs",
    "README.md"
  ],
  "keywords": [
    "node",
    "ajax",
    "fetch"
  ],
  "author": {
    "name": "yeliex",
    "email": "yeliex@yeliex.com",
    "url": "http://yeliex.wang"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yeliex/autofetch/issues"
  },
  "homepage": "https://github.com/yeliex/autofetch#readme",
  "devDependencies": {
    "babel-core": "^6.14.0",
    "babel-loader": "^6.2.5",
    "babel-plugin-transform-object-rest-spread": "^6.16.0",
    "babel-preset-es2015": "^6.6.0",
    "koa": "^1.2.4",
    "koa-body": "^1.6.0",
    "koa-router": "^5.4.0",
    "webpack": "^1.13.2"
  },
  "dependencies": {
    "node-fetch": "2.0.0-alpha.3",
    "qs": "^6.3.0"
  }
}
