{
  "name": "axios-cache",
  "version": "1.2.0",
  "description": "基于axios库封装的集中管理异步请求配置的模块",
  "main": "dist/cache.js",
  "repository": "git@github.com:bolin-L/axios-cache.git",
  "scripts": {
    "test": "npm test",
    "build": "webpack"
  },
  "dependencies": {
    "axios": "^0.16.2"
  },
  "keywords": [
    "cache",
    "axios-cache",
    "ajax",
    "axios"
  ],
  "author": "liaobolin",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.20.0",
    "babel-loader": "^6.2.9",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "~6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-runtime": "~6.18.0"
  }
}
