connect-form
Version:
urlencoded / multipart form parsing middleware for Connect
21 lines • 491 B
JSON
{
"name": "connect",
"description": "High performance middleware",
"version": "0.2.1",
"contributors": [
{ "name": "Tim Caswell", "email": "tim@sencha.com" },
{ "name": "TJ Holowaychuk", "email": "tj@sencha.com" }
],
"bin": {
"connect": "./bin/connect"
},
"directories": {
"lib": "./lib/connect"
},
"scripts": {
"activate": "make install-docs",
"test": "make test",
"deactivate": "make uninstall"
},
"engines": { "node": ">= 0.1.98" }
}