passwd-linux
Version:
Node.js module for checking and changing Linux user and password
27 lines (26 loc) • 654 B
JSON
{
"name": "passwd-linux",
"version": "2.0.0",
"dependencies": {
"sha512crypt-node": "*"
},
"description": "Node.js module for checking and changing Linux user and password",
"main": "passwd-linux.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gherasima/passwd-linux.git"
},
"keywords": [
"passwd",
"shadow"
],
"author": "Gherasim Adrian <gherasim.a@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gherasima/passwd-linux/issues"
},
"homepage": "https://github.com/gherasima/passwd-linux"
}