{
  "name": "gfetch",
  "version": "2.5.0",
  "description": "about ajax package",
  "main": "index.js",
  "repository": "https://github.com/Grewer/fetch.git",
  "author": "Grewer<grewer@grewer.cn>",
  "keywords": [
    "ajax",
    "gfetch",
    "XMLHttpRequest",
    "simple XMLHttpRequest",
    "vue",
    "vue.js",
    "vue2.js"
  ],
  "license": "MIT",
  "dependencies": {},
  "scripts": {
    "build": "webpack --mode production",
    "babel": "babel src/index.js --out-file dist/test.js "
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.10.2",
    "webpack-cli": "^2.1.5"
  }
}
