{
    "name": "scrib",
    "version": "0.0.1",
    "description": "A logger utility",
    
    "main": "lib/scrib.js",
    
    "dependencies": {
        "async": "0.2.x",
        "errno": "0.0.x"
    },
    "devDependencies": {
        "nodeunit": "0.8.x"
    },
    
    "scripts": {
        "test": "nodeunit ./test/index.js"
    },
    
    "repository": {
        "type": "git",
        "url": "https://github.com/Acconut/scrib"
    },
    
    "license": "MIT"
}