{
    "name": "metaserve-bouncer",
    "version": "0.2.1",
    "description": "metaserve plugin for serving optionally bounced versions of compiled files",
    "homepage": "http://github.com/prontotype-us/metaserve-bouncer",
    "repository": {
        "type": "git",
        "url": "http://github.com/prontotype-us/metaserve-bouncer.git"
    },
    "author": {
        "name": "Sean Robertson",
        "url": "http://sprobertson.com"
    },
    "scripts": {
        "build": "coffee -o lib -c src"
    },
    "main": "lib/index.js",
    "keywords": [
        "metaserve",
        "bouncer"
    ]
}

