{
  "name": "ajax-manager",
  "version": "1.0.18",
  "description": "An jQuery ajax management tool",
  "main": "index.js",
  "scripts": {
    "dev": "webpack --config ./webpack.config.js --watch",
    "build": "webpack --config ./webpack.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BboyAwey/ajax-manager.git"
  },
  "keywords": [
    "jQuery",
    "ajax"
  ],
  "author": "bboyawey@sina.cn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BboyAwey/ajax-manager/issues"
  },
  "homepage": "https://github.com/BboyAwey/ajax-manager#readme",
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "webpack": "^3.0.0"
  }
}
