36 lines
959 B
JSON
36 lines
959 B
JSON
{
|
|
"name": "democratic-csi",
|
|
"version": "1.0.0",
|
|
"description": "kubernetes csi driver framework",
|
|
"main": "bin/democratic-csi",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "./bin/democratic-csi"
|
|
},
|
|
"author": "Travis Glenn Hansen <travisghansen@yahoo.com>",
|
|
"bugs": {
|
|
"url": "https://github.com/democratic-csi/democratic-csi/issues"
|
|
},
|
|
"homepage": "https://github.com/democratic-csi/democratic-csi#readme",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/democratic-csi/democratic-csi.git"
|
|
},
|
|
"dependencies": {
|
|
"@grpc/proto-loader": "^0.5.6",
|
|
"bunyan": "^1.8.15",
|
|
"eslint": "^7.18.0",
|
|
"grpc-uds": "^0.1.6",
|
|
"handlebars": "^4.7.6",
|
|
"js-yaml": "^4.0.0",
|
|
"lru-cache": "^6.0.0",
|
|
"request": "^2.88.2",
|
|
"ssh2": "^0.8.9",
|
|
"uri-js": "^4.4.1",
|
|
"uuid": "^8.3.2",
|
|
"winston": "^3.3.3",
|
|
"yargs": "^16.2.0"
|
|
}
|
|
}
|