proteus-cli
Version:
Command Line Interface for Proteus
36 lines (35 loc) • 754 B
JSON
{
"name": "proteus-cli",
"repository": "https://github.com/netifi-proteus/proteus-cli",
"version": "0.0.7",
"license": "Apache-2.0",
"description": "Command Line Interface for Proteus",
"contributors": [
"Ryland Degnan <ryland@netifi.com>"
],
"bugs": {
"url": "https://github.com/netifi-proteus/proteus-cli/issues"
},
"keywords": [
"rsocket",
"proteus"
],
"bin": {
"proteus": "./bin/proteus.js",
"proteus-info": "./bin/proteus-info.js"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"colors": "^1.3.0",
"commander": "^2.16.0",
"ora": "^2.1.0",
"proteus-js-client": "^1.5.0",
"ws": "^6.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0"
}
}