{
  "_from": "snyk-gradle-plugin@1.3.0",
  "_id": "snyk-gradle-plugin@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-rKZcPwbDM9zk3pFcO0w77MIKOZTkk5ZBVBkBlTlUiFg+eNOKqPTmw2hBGF5NB4ASQmMnx3uB1C8+hrQ405CthA==",
  "_location": "/snyk-gradle-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "snyk-gradle-plugin@1.3.0",
    "name": "snyk-gradle-plugin",
    "escapedName": "snyk-gradle-plugin",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/snyk"
  ],
  "_resolved": "https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-1.3.0.tgz",
  "_shasum": "7a589155825ec613e24cc2bcf0d738438fb06216",
  "_spec": "snyk-gradle-plugin@1.3.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/snyk",
  "author": {
    "name": "snyk.io"
  },
  "bugs": {
    "url": "https://github.com/snyk/snyk-gradle-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "clone-deep": "^0.3.0"
  },
  "deprecated": false,
  "description": "Snyk CLI Gradle plugin",
  "devDependencies": {
    "jscs": "^3.0.7",
    "semantic-release": "^6.3.6",
    "sinon": "^2.4.1",
    "tap": "^10.3.2",
    "tap-only": "0.0.5"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/snyk/snyk-gradle-plugin",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "name": "snyk-gradle-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snyk/snyk-gradle-plugin.git"
  },
  "scripts": {
    "lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js'` -v",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "test": "npm run lint && npm run test-functional && npm run test-system",
    "test-functional": "tap `find ./test/functional -name '*.test.js'`",
    "test-system": "tap --timeout=300 `find ./test/system -name '*.test.js'`"
  },
  "version": "1.3.0"
}
