{
    "name": "express-ctrl",
    "version": "0.1.0",

    "description": "A light wrapper, providing a controller-like interface to Express routing",
    "keywords": [ "controller", "express", "mvc", "routing" ],
    "author": "Rowan Manning (http://rowanmanning.co.uk/)",

    "repository": { "type": "git", "url": "https://github.com/rowanmanning/express-ctrl.git" },
    "homepage": "https://github.com/rowanmanning/express-ctrl",
    "bugs": "https://github.com/rowanmanning/express-ctrl/issues",

    "engines": { "node": ">=0.6.0" },
    "dependencies": {},
    "devDependencies": {
        "chai": "1.4.x",
        "cucumber": "0.3.x",
        "express": "3.0.x",
        "jshint": "0.9.x",
        "mocha": "1.7.x",
        "mockery": "1.4.x",
        "request": "2.12.x",
        "sinon": "1.5.x"
    },

    "main": "./index",
    "scripts": {
        "test": "make test"
    }
}