{
  "name": "webpack-nodesecurity-plugin",
  "version": "0.1.2",
  "description": "Run Node Security check on your package.json file using Webpack",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hsz/webpack-nodesecurity-plugin.git"
  },
  "keywords": [
    "webpack",
    "npm",
    "node-security",
    "nodejs",
    "javascript",
    "security"
  ],
  "author": "Jakub hsz Chrzanowski <jakub@chrzanowski.info>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hsz/webpack-nodesecurity-plugin/issues"
  },
  "homepage": "https://github.com/hsz/webpack-nodesecurity-plugin#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "prettier": "1.13.2",
    "webpack": "^3.12.0"
  },
  "dependencies": {
    "nsp": "^3.2.1"
  }
}
