{
  "name": "grunt-check-dependencies",
  "version": "1.0.0",
  "description": "Checks if currently installed npm dependencies are installed in the exact same versions that are specified in package.json.",
  "homepage": "https://github.com/mgol/grunt-check-dependencies",
  "author": {
    "name": "Michał Gołębiowski",
    "email": "m.goleb@gmail.com"
  },
  "keywords": [
    "gruntplugin",
    "dependency",
    "packages",
    "modules",
    "dependencies"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mgol/grunt-check-dependencies.git"
  },
  "bugs": "https://github.com/mgol/grunt-check-dependencies/issues",
  "license": "MIT",
  "files": [
    "tasks",
    "src"
  ],
  "dependencies": {
    "check-dependencies": "^1.0.1",
    "lodash.clonedeep": "^4.5.0"
  },
  "devDependencies": {
    "eslint-config-mgol": "0.0.33",
    "fs-extra": "0.30.0",
    "grunt": "1.0.1",
    "grunt-cli": "1.2.0",
    "grunt-contrib-clean": "1.0.0",
    "grunt-contrib-copy": "1.0.0",
    "grunt-eslint": "19.0.0",
    "grunt-mocha-test": "0.13.2",
    "load-grunt-tasks": "3.5.2",
    "mocha": "3.1.2",
    "semver": "5.3.0",
    "time-grunt": "1.4.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.5"
  },
  "scripts": {
    "test": "grunt"
  },
  "engines": {
    "node": ">=4.4 <5 || >=6.9"
  }
}
