ysnp
Version:
A node.js password hasher - securely retrieve your passwords without actually storing them
19 lines • 498 B
JSON
{
"name": "ysnp",
"version": "0.1.4",
"description": "A node.js password hasher - securely retrieve your passwords without actually storing them",
"keywords": ["passowrd", "manager", "you shall not pass", "ysnp", "secure", "encrypted"],
"license": "GPL-3.0",
"author": {
"name": "Damon Poole",
"email": "me@pyrokinetiq.com",
"url": "http://pyrokinetiq.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pyrokinetiq/ysnp.git"
},
"bin": {
"ysnp": "./ysnp.js"
}
}