mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
ce32c06843
This has adapted for use with bazel from the original commit a26e93769ebefd82593a43e22fb13a09717cfa6d. In particular, the style has been made consistent with internal python style guidelines, and the packages (including the main entrypoint) have been refactored in order to allow bazel testing targets. PiperOrigin-RevId: 283484433
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "nodedum",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"hbs": "^4.0.4",
|
|
"redis": "^2.8.0",
|
|
"redis-commands": "^1.2.0",
|
|
"redis-parser": "^2.6.0",
|
|
"secure-random-string": "^1.1.0"
|
|
}
|
|
}
|