UNPKG

midware

Version:

Module for creating connect-style middlewares. Dependency-free. Runs in the browser and node.js

32 lines (31 loc) 874 B
{ "name": "midware", "version": "0.1.7", "description": "Module for creating connect-style middlewares. Dependency-free. Runs in the browser and node.js", "main": "midware.js", "scripts": { "test": "./node_modules/.bin/mocha", "browser": "./node_modules/.bin/uglifyjs midware.js --mangle --source-map midware.min.js.map --source-map-url http://cdn.rawgit.com/h2non/midware/0.1.7/midware.min.js.map > midware.min.js" }, "repository": { "type": "git", "url": "https://github.com/h2non/midware" }, "keywords": [ "middleware", "middle-ware", "use", "custom", "connect" ], "author": "Tomas Aparicio", "license": "MIT", "bugs": { "url": "https://github.com/h2non/midware/issues" }, "homepage": "https://github.com/h2non/midware", "devDependencies": { "mocha": "^1.21.4", "uglify-js": "^2.4.20" } }