{
    "name"       : "selleck",
    "description": "Generator for YUI's Handlebars-based user documentation.",

    "version"    : "0.1.18",
    "homepage"   : "http://yui.github.com/selleck/",
    "author"     : "Ryan Grove <ryan@wonko.com> (http://wonko.com/)",
    "copyright"  : "Copyright (c) 2012 Yahoo! Inc. All rights reserved.",
    "bugs": { "url" : "http://github.com/yui/selleck/issues" },
    "contributors": [
        { "name": "Dav Glass", "email": "davglass@gmail.com" }
    ],
    "keywords"   : ["yui", "handlebars", "mustache", "docs", "documentation"],

    "licenses": [
        {"type": "BSD", "url": "http://yuilibrary.com/license/"}
    ],

    "repository": {
        "type": "git",
        "url" : "git://github.com/yui/selleck.git"
    },

    "engines": [
        "node >=0.4",
        "npm >=1.0.0"
    ],

    "dependencies": {
        "express"    : "~3.1.0",
        "graceful-fs": "~1.2",
        "cpr": "~0.0.2"
    },
    "devDependencies": {
        "yui-lint": "~0.1.1",
        "jshint": "~0.9.0",
        "vows": "*"
    },
    "scripts": {
        "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./package.json ./lib/*.js ./lib/*/*.js ./bin/selleck",
        "test": "vows --spec ./tests/*.js"
    },

    "main": "index",
    "bin" : {"selleck": "./bin/selleck"},

    "preferGlobal": true
}
