crypti-cli
Version:
Crypti DApps Command Line Interface
40 lines (39 loc) • 938 B
JSON
{
"name": "crypti-cli",
"preferGlobal": true,
"version": "1.1.1",
"description": "Crypti DApps Command Line Interface",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"crypti",
"dapps",
"cli"
],
"bin": {
"crypti-cli": "./bin/crypti-cli"
},
"author": "Boris Povod <boris@crypti.me>, Pavel Nekrasov <landgraf.paul@gmail.com>",
"license": "MIT",
"dependencies": {
"browserify-bignum": "^1.3.0-2",
"bytebuffer": "^4.0.0",
"commander": "^2.8.1",
"crypto-browserify": "^3.9.14",
"gift": "^0.6.1",
"inquirer": "^0.9.0",
"js-nacl": "^0.6.0",
"request": "^2.62.0",
"rmdir": "^1.1.0"
},
"bugs": {
"url": "https://github.com/crypti/crypti-cli/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/npm/npm.git"
},
"homepage": "https://github.com/crypti/crypti-cli"
}