Files
external-snapshotter/vendor/github.com/googleapis/gnostic/linters/node/gnostic-lint-responses/package.json
2018-11-16 14:09:40 -08:00

20 lines
508 B
JSON

{
"name": "gnostic-lint-responses",
"version": "1.0.0",
"description": "Gnostic linter plugin to check responses",
"main": "gnostic-lint-responses.js",
"repository": "git@github.com:googleapis/gnostic.git",
"author": "Mike Kistler",
"license": "Apache-2.0",
"dependencies": {
"get-stdin": "^5.0.1",
"lodash": "^4.17.5",
"nexe": "^2.0.0-rc.24",
"protobufjs": "^6.8.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}