UNPKG

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