1 | {
|
2 | "name": "vue-axios",
|
3 | "version": "2.1.0",
|
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 | "files": [
|
11 | "dist",
|
12 | "src"
|
13 | ],
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "git+https://github.com/imcvampire/vue-axios.git"
|
17 | },
|
18 | "keywords": [
|
19 | "vue",
|
20 | "axios",
|
21 | "wrapper"
|
22 | ],
|
23 | "author": "Nguyen Quoc Anh (imcvampire)",
|
24 | "license": "MIT",
|
25 | "bugs": {
|
26 | "url": "https://github.com/imcvampire/vue-axios/issues"
|
27 | },
|
28 | "homepage": "https://github.com/imcvampire/vue-axios#readme",
|
29 | "devDependencies": {
|
30 | "axios": "^0.17.1",
|
31 | "babel-core": "^6.18.0",
|
32 | "babel-preset-es2015": "^6.18.0",
|
33 | "gulp": "^3.9.1",
|
34 | "gulp-babel": "^6.1.2",
|
35 | "gulp-rename": "^1.2.2",
|
36 | "gulp-uglifyjs": "^0.6.2",
|
37 | "vue": "^2.5.13"
|
38 | },
|
39 | "peerDependencies": {
|
40 | "vue": ">= 1.0.0"
|
41 | }
|
42 | }
|