-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "handle-failed-requests-js",
"version": "1.0.5",
"description": "Implementation of Offline-js with some improvements",
"license": "MIT",
"main": "lib/handle-requests.min.js",
"scripts": {
"build": "webpack --mode=build",
"dev": "webpack --progress --colors --watch --mode=dev"
},
"devDependencies": {
"babel": "6.3.13",
"babel-core": "6.1.18",
"babel-loader": "6.1.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"webpack": "1.12.9",
"yargs": "3.32.0"
},
"repository": {
"type": "git",
"url": "https://github.com/arojunior/handle-failed-requests-js.git"
},
"keywords": [
"offline",
"es6",
"starter",
"library",
"requests",
"umd",
"commonjs"
],
"author": "Junior Oliveira",
"bugs": {
"url": "https://github.com/arojunior/handle-failed-requests-js/issues"
},
"homepage": "https://github.com/arojunior/handle-failed-requests-js",
"dependencies": {
"axios": "^0.15.3",
"offline-js": "^0.7.18"
}
}