{
  "name": "wdzxc",
  "version": "2.0.15",
  "description": "wdzxc common utils 2.0.0",
  "main": "dist/wdzxc.js",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.0.0",
    "body-parser": "latest",
    "cross-env": "^5.1.1",
    "del": "^3.0.0",
    "express": "^4.16.2",
    "gulp": "^3.9.1",
    "gulp-util": "latest",
    "istanbul-instrumenter-loader": "^3.0.1",
    "jasmine-core": "^3.1.0",
    "jquery": "^3.2.1",
    "karma": "^2.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.2",
    "karma-coverage-istanbul-reporter": "^2.0.1",
    "karma-jasmine": "^1.1.1",
    "karma-jasmine-ajax": "^0.1.13",
    "karma-mocha-reporter": "^2.2.5",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.0",
    "multiparty": "^4.1.3",
    "sinon": "^5.0.10",
    "webpack": "^4.4.1",
    "webpack-cli": "^2.0.13",
    "webpack-dev-middleware": "^1.12.2",
    "webpack-dev-server": "^2.9.4",
    "webpack-hot-middleware": "^2.21.2"
  },
  "scripts": {
    "dev": "node build/dev-server.js",
    "karma-test": "karma start test/karma.conf.js",
    "build": "gulp build",
    "build-publish": "gulp build && npm publish"
  },
  "keywords": [
    "util",
    "ajax",
    "xhr"
  ],
  "author": "wdzxc",
  "license": "ISC",
  "typings": "./index.d.ts",
  "dependencies": {
    "axios": "^0.18.0",
    "es6-promise": "^4.2.4"
  }
}
