UNPKG

register

Version:

A CGI-like router that maps URLs to JavaScript layed out on a file system.

25 lines (24 loc) 735 B
{ "name": "register" , "description": "A CGI-like router that maps URLs to JavaScript layed out on a file system." , "author": "Alan Gutierrez" , "version": "0.0.0" , "keywords": [ "cgi", "template", "html", "xml", "text", "xhtml", "async", "asynchronous" ] , "licenses": [ { "type": "MIT" , "url": "http://github.com/bigeasy/register/raw/master/LICENSE" }] , "homepage": "https://github.com/bigeasy/register" , "main": "index.js" , "repository": { "type": "git" , "url": "http://github.com/bigeasy/register.git" } , "scripts" : { "test": "proof test t/*/*.t.js" } , "devDependencies": { "proof": "0.0.27" , "connect": "~2" , "reactor": "0.0.5" , "uglify-js": "~1.3" } , "dependencies": { "cadence": "0.0.12" } }