-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "axios-storage",
"version": "1.3.8",
"description": "An ajax cache package for axios",
"main": "lib/axios-storage.js",
"scripts": {
"dev": "webpack --watch --config webpack.config --colors",
"build": "NODE_ENV=production webpack --config webpack.config --colors",
"doc2md": "node ./jsdoc2md.js",
"prepublish": "npm run build"
},
"keywords": [
"axios-storage",
"axios",
"cache",
"storage"
],
"author": "ChanceYu",
"license": "MIT",
"dependencies": {
"cachefactory": "3.0.0"
},
"devDependencies": {
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.24.1",
"html-webpack-plugin": "^2.30.1",
"jsdoc": "^3.5.5",
"jsdoc-to-markdown": "^4.0.1",
"webpack": "^3.6.0",
"webpack-umd-external": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/ChanceYu/axios-storage.git"
},
"bugs": {
"url": "https://github.com/ChanceYu/axios-storage/issues"
},
"homepage": "https://github.com/ChanceYu/axios-storage#readme"
}