{
    "author": {
        "name":  "Dave Rolsky",
        "email": "autarch@urth.org",
        "url":   "http://blog.urth.org"
    },
    "name":        "Brocket",
    "version":     "0.0.2",
    "description": "A self-hosting and self-extensible (meta)class system for JavaScript",
    "homepage":    "https://github.com/autarch/Brocket",
    "bugs":        "https://github.com/autarch/Brocket/issues",
    "repository": {
        "type": "git",
        "url":  "git://github.com/autarch/Brocket.git"
    },
    "main": "./lib/Brocket.js",
    "engines": {
        "node": "~0.6.2"
    },
    "dependencies": {
        "underscore": "*"
    },
    "devDependencies": {
        "coffee-script": "1.1.3",
        "muffin":        ">= 0.2.6",
        "tap":           "*"
    },
    "scripts": {
        "prepublish": "cake build",
        "test":       "cake test"
    }
}
