UNPKG

expressify-middleware

Version:

The Modern (ES6) and Express-Style Middleware Composition

36 lines (35 loc) 655 B
{ "name": "expressify-middleware", "version": "1.1.0", "description": "The Modern (ES6) and Express-Style Middleware Composition", "repository": "trekjs/expressify-middleware", "license": "MIT", "author": { "name": "Fangdun Cai", "email": "cfddream@gmail.com", "url": "fundon.me" }, "keywords": [ "trek", "express", "middleware", "compose", "iterator" ], "main": "index.js", "scripts": { "bench": "matcha benchmarks", "test": "nyc ava" }, "devDependencies": { "ava": "0.18", "matcha": "0.7", "nyc": "10" }, "nyc": { "reporter": [ "lcov", "text" ] } }