{
  "name": "jenkins-webpack-plugin",
  "version": "0.0.2",
  "description": "trigger a new Jenkins build after webpack builds",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linayanse/jenkins-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "jenkins"
  ],
  "author": "Ezios",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/linayanse/jenkins-webpack-plugin/issues"
  },
  "homepage": "https://github.com/linayanse/jenkins-webpack-plugin#readme",
  "dependencies": {
    "archiver": "^2.0.0",
    "request": "^2.81.0",
    "temp": "^0.8.3",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "eslint": "^4.3.0"
  }
}
