scutum
Version:
Another OpenPGP command line tool like GPG.
31 lines (30 loc) • 683 B
JSON
{
"name": "scutum",
"version": "0.0.2",
"description": "Another OpenPGP command line tool like GPG.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neoatlantis/scutum.git"
},
"keywords": [
"OpenPGP"
],
"author": "NeoAtlantis",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/neoatlantis/scutum/issues"
},
"homepage": "https://github.com/neoatlantis/scutum#readme",
"dependencies": {
"docopt": "^0.6.2",
"lodash": "^4.17.15",
"openpgp": "^4.10.4"
},
"bin": {
"scutum": "./scutum/index.js"
}
}