phpbb-password
Version:
phpbb's password hashing algorithm for Nodejs
29 lines (28 loc) • 622 B
JSON
{
"name": "phpbb-password",
"version": "0.2.0",
"description": "phpbb's password hashing algorithm for Nodejs",
"main": "phpbb.js",
"bin": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/JeanSebTr/node-phpbb-password.git"
},
"keywords": [
"phpbb",
"password",
"hashing",
"forum"
],
"author": "Jean-Sébastien Tremblay <jeansebtr@xpensia.com> (http://xpensia.com/)",
"license": "GPLv2",
"engines": {
"node": ">= 0.6.x"
},
"dependencies": {
"commander": "1.1.1"
}
}