UNPKG

1.17 kBJSONView Raw
1{
2 "name": "axios-cache-plugin",
3 "version": "0.0.7",
4 "description": "Help you cache GET request when using axios.",
5 "main": "dist/index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/jin5354/axios-cache-plugin"
9 },
10 "bugs": {
11 "url": "https://github.com/jin5354/axios-cache-plugin/issues"
12 },
13 "scripts": {
14 "test": "nyc ava --verbose",
15 "build": "NODE_ENV=production webpack --progress --config build/webpack.build.config.js"
16 },
17 "ava": {
18 "require": [
19 "babel-register"
20 ],
21 "babel": "inherit"
22 },
23 "author": "jin5354<xiaoyanjinx@gmail.com>",
24 "license": "MIT",
25 "devDependencies": {
26 "ava": "^0.19.1",
27 "axios": "^0.16.2",
28 "babel-core": "^6.25.0",
29 "babel-eslint": "^7.2.3",
30 "babel-loader": "^7.1.0",
31 "babel-plugin-transform-object-rest-spread": "^6.23.0",
32 "babel-preset-latest": "^6.24.1",
33 "babel-register": "^6.24.1",
34 "clean-webpack-plugin": "^0.1.16",
35 "coveralls": "^2.13.1",
36 "eslint": "^4.0.0",
37 "eslint-config-wdfe": "^0.3.2",
38 "eslint-loader": "^1.8.0",
39 "nyc": "^11.0.2",
40 "regenerator-runtime": "^0.10.5",
41 "webpack": "^3.0.0"
42 }
43}