UNPKG

974 BJSONView Raw
1{
2 "name": "vue-axios",
3 "version": "2.1.2",
4 "description": "A small wrapper for integrating axios to Vuejs",
5 "main": "dist/vue-axios.min.js",
6 "types": "index.d.ts",
7 "scripts": {
8 "test": "npm run test"
9 },
10 "typing": "index.d.ts",
11 "files": [
12 "dist",
13 "src",
14 "index.d.ts"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/imcvampire/vue-axios.git"
19 },
20 "keywords": [
21 "vue",
22 "axios",
23 "wrapper"
24 ],
25 "author": "Nguyen Quoc Anh (imcvampire)",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/imcvampire/vue-axios/issues"
29 },
30 "homepage": "https://github.com/imcvampire/vue-axios#readme",
31 "devDependencies": {
32 "axios": "^0.17.1",
33 "babel-core": "^6.18.0",
34 "babel-preset-es2015": "^6.18.0",
35 "gulp": "^3.9.1",
36 "gulp-babel": "^6.1.2",
37 "gulp-rename": "^1.2.2",
38 "gulp-uglifyjs": "^0.6.2",
39 "vue": "^2.5.13"
40 },
41 "peerDependencies": {
42 "vue": ">= 1.0.0"
43 }
44}