{
    "name": "postgresql-http-server",
    "version": "0.5.0",
    "author": "Björn Harrtell <bjorn@wololo.org>",
    "description": "PostgreSQL HTTP API Server",
    "homepage": "https://github.com/bjornharrtell/postgresql-http-server",
    "bin": "bin/postgresql-http-server",
    "main": "lib/cli.coffee",
    "scripts": {
        "test": "mocha --recursive --require coffee-script --reporter dot test/specs/**/*"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/bjornharrtell/postgresql-http-server.git"
    },
    "keywords": [
        "cli",
        "postgresql",
        "http",
        "server"
    ],
    "dependencies": {
        "coffee-script": "1.3.3",
        "optimist": "0.3.4",
        "express": "2.5.11",
        "pg": "0.8.4",
        "log": "1.3.0",
        "mocha": "1.4.2"
    },
    "license": "MIT"
}
