{
    "name" : "passwd",
    "version" : "0.0.10",
    "description" : "Control /etc/passwd from node.js",
    "main" : "./index.js",
    "repository" : {
        "type" : "git",
        "url" : "https://github.com/pkrumins/node-passwd.git"
    },
    "keywords" : [
        "/etc/passwd",
        "password",
        "passwords"
    ],
    "author" : {
        "name" : "Peteris Krumins",
        "email" : "peteris.krumins@gmail.com",
        "url" : "http://www.catonmat.net",
        "twitter" : "http://twitter.com/pkrumins"
    },
    "license" : "MIT",
    "engine" : {
        "node" : ">=0.4.0"
    }
}
