-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.43 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
47
48
49
50
51
52
53
54
55
{
"name": "faxios",
"version": "0.7.0",
"main": "lib/index.js",
"main:next": "lib/index.js",
"description": "Simple and advanced HTTP client for the browser and node.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lsabbagh/faxios"
},
"keywords": [
"xhr",
"http",
"ajax",
"promise",
"node"
],
"author": "wassim",
"license": "MIT",
"bugs": {
"url": "https://github.com/lsabbagh/faxios/issues"
},
"homepage": "https://github.com/lsabbagh/faxios/issues#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.12.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-flowtype": "^2.50.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-standard": "^4.0.0",
"fuse-box": "^3.0.0-next.11",
"mocha": "^5.1.0",
"nps": "^5.9.3",
"rollup": "^0.57.1",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0",
"typescript": "^2.8.1",
"uglify-es": "^3.3.9"
},
"dependencies": {
"axios": "^0.17.1",
"lodash.get": "^4.4.2",
"proper-url-join": "^1.2.0",
"url": "^0.11.0",
"url-search-params-polyfill": "^5.0.0"
}
}