UNPKG

789 BJSONView Raw
1{
2 "name": "vue-axios",
3 "version": "1.2.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 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/imcvampire/vue-axios.git"
12 },
13 "keywords": [
14 "vue",
15 "axios",
16 "wrapper"
17 ],
18 "author": "Nguyen Quoc Anh (imcvampire)",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/imcvampire/vue-axios/issues"
22 },
23 "homepage": "https://github.com/imcvampire/vue-axios#readme",
24 "devDependencies": {
25 "vue": "^2.0.3",
26 "babel-core": "^6.18.0",
27 "babel-preset-es2015": "^6.18.0",
28 "gulp": "^3.9.1",
29 "gulp-babel": "^6.1.2",
30 "gulp-rename": "^1.2.2",
31 "gulp-uglifyjs": "^0.6.2"
32 }
33}