{
    "name"           : "dessert",
    "version"        : "0.3.2",
    "description"    : "Extensible assertions",
    "keywords"       : ["assert", "assertions", "error", "exception"],
    "author"         : "Dan Stocker <dan@kwaia.com>",
    "copyright"      : "Copyright (c) 2012-2013 Production Minds SD Limited",
    "license"        : "MIT",
    "repository"     : {
        "type": "git",
        "url" : "git@github.com:production-minds/dessert.git"
    },
    "devDependencies": {
        "phil"                : "~0.2.2",
        "grunt"               : "~0.4.1",
        "grunt-jstestdriver"  : "git://github.com/danstocker/grunt-jstestdriver.git",
        "grunt-contrib-concat": "~0.3.0",
        "grunt-contrib-jshint": "~0.5.4",
        "grunt-yui-compressor": "~0.3.0",
        "grunt-contrib-copy"  : "~0.4.1",
        "grunt-jsdoc"         : "~0.3.3",
        "common-gruntfile"    : "git://github.com/danstocker/common-gruntfile.git#0.1.2",
        "QUnitAdapter"        : "https://dl.dropboxusercontent.com/u/9258903/packages/QUnitAdapter-0.1.0.tgz"
    },
    "files"          : ["dessert.js"],
    "main"           : "dessert.js"
}
