{
    "name": "libc-crypt",
    "version": "0.0.2",
    "keywords": [ "libc", "crypt", "crypt(3)" ],
    "description": "A JavaScript implementation of the Unix libc crypt",
    "main": "./lib/crypt.js",
    "author": {
        "name": "Bruno Dunbar",
        "email": "brunodunbar@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/brunodunbar/libc-crypt"
    },
    "devDependencies": {
        "nodeunit": "0.9.0"
    },
    "scripts": {
        "test": "node ./node_modules/nodeunit/bin/nodeunit tests"
    }
}
