package.json 1.14 KB
Newer Older
liang ce committed
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
{
  "name": "vue-axios",
  "version": "2.1.4",
  "description": "A small wrapper for integrating axios to Vuejs",
  "main": "dist/vue-axios.min.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "npm run test"
  },
  "typing": "index.d.ts",
  "files": [
    "dist",
    "src",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/imcvampire/vue-axios.git"
  },
  "keywords": [
    "vue",
    "axios",
    "wrapper"
  ],
  "author": "Nguyen Quoc Anh (imcvampire)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/imcvampire/vue-axios/issues"
  },
  "homepage": "https://github.com/imcvampire/vue-axios#readme",
  "devDependencies": {
    "axios": "^0.17.1",
    "babel-core": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-rename": "^1.2.2",
    "gulp-uglifyjs": "^0.6.2",
    "vue": "^2.5.13"
  },
  "peerDependencies": {
    "vue": ">= 1.0.0"
  },
  "__npminstall_done": "Wed May 15 2019 13:44:21 GMT+0800 (GMT+08:00)",
  "_from": "vue-axios@2.1.4",
  "_resolved": "https://registry.npm.taobao.org/vue-axios/download/vue-axios-2.1.4.tgz"
}