{
    "name": "mock.js",
    "version": "0.2.0",
    "description": "Lightweight Mock Object Testing For Javascript.",
    "author": {
        "name": "Chris Brand",
        "email": "chris@cainsvault.com"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/arcturial/mock/js.git"
    },
    "scripts": {
        "test": "vows ./test/mock.js"
    },
    "devDependencies": {
        "vows": "0.7.x"
    }
}
