cryptx
Version:
An easy password manager
31 lines (30 loc) • 530 B
JSON
{
"name": "cryptx",
"version": "1.5.17",
"description": "An easy password manager",
"main": "index.js",
"scripts": {
"test": "node index",
"start": "node index"
},
"keywords": [
"password",
"manager",
"vernam",
"cipher",
"node",
"js",
"secure",
"crypt",
"cryptography"
],
"bin": "./index.js",
"author": "Andy Kamath",
"license": "MIT",
"dependencies": {
"appjs": "0.0.20",
"appjs-darwin": "0.0.19",
"prompt": "^0.2.14",
"shelljs": "^0.5.3"
}
}