{
  "name": "tiny-axios",
  "version": "0.2.4",
  "description": "This is an http request plugin based on the axios package",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harrydengchao/tiny-axios.git"
  },
  "keywords": [
    "tiny-axios"
  ],
  "author": "DengChao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/harrydengchao/tiny-axios/issues"
  },
  "homepage": "https://github.com/harrydengchao/tiny-axios#readme",
  "devDependencies": {
    "babel-core": "^6.23.1",
    "babel-loader": "^6.4.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-latest": "^6.24.0",
    "babel-preset-stage-2": "^6.22.0",
    "cross-env": "^3.2.3",
    "webpack": "^2.2.1"
  },
  "dependencies": {
    "axios": "^0.15.3",
    "qs": "^6.4.0"
  }
}
