metaserve-bouncer
Version:
metaserve plugin for serving optionally bounced versions of compiled files
24 lines (22 loc) • 601 B
JSON
{
"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"
]
}