{
    "name": "formatio",
    "version": "1.1.1",
    "description": "Human-readable object formatting",
    "homepage": "http://busterjs.org/docs/formatio/",
    "author": "Christian Johansen",
    "contributors": [{
        "name": "Christian Johansen",
        "email": "christian@cjohansen.no",
        "url": "http://cjohansen.no"
    }, {
        "name": "August Lilleaas",
        "email": "august.lilleaas@gmail.com",
        "url": "http://augustl.com"
    }, {
        "name": "Dave Geddes",
        "email": "davidcgeddes@gmail.com"
    }, {
        "name": "Stein Magnus Jodal",
        "email": "stein.magnus@jodal.no"
    }, {
        "name": "Tek Nynja",
        "email": "github@teknynja.com"
    }],
    "main": "./lib/formatio",
    "repository": {
        "type": "git",
        "url": "https://github.com/busterjs/formatio.git"
    },
    "scripts": {
        "test": "node node_modules/buster/bin/buster-test --node",
        "test-debug": "node --debug-brk node_modules/buster/bin/buster-test --node"
    },
    "dependencies": {
        "samsam": "~1.1"
    },
    "devDependencies": {
        "buster": "*"
    }
}
