{
    "name": "Faker",
    "description": "Generate massive amounts of fake contextual data",
    "version": "0.7.2",
    "contributors": [
        "Marak Squires <marak.squires@gmail.com>",
        "Matthew Bergman <matt@novafabrica.com>"
        ],
    "repository": {
        "type": "git",
        "url": "http://github.com/FotoVerite/Faker.js.git"
    },
    "scripts": {
        "test": "node_modules/.bin/mocha test/*.*.js"
    },
    "devDependencies": {
        "jshint": "0.9.0",
        "istanbul": "0.1.25",
        "mocha": "1.7.4",
        "node-minify": "*",
        "optimist" : "0.3.5",
        "sinon": "1.4.2"
    },
    "main": "index.js"
}
