UNPKG

chai-connect-middleware

Version:

Helpers for testing Connect middleware with the Chai assertion library.

43 lines (42 loc) 947 B
{ "name": "chai-connect-middleware", "version": "0.3.1", "description": "Helpers for testing Connect middleware with the Chai assertion library.", "keywords": [ "chai", "connect", "express", "middleware" ], "author": { "name": "Jared Hanson", "email": "jaredhanson@gmail.com", "url": "http://www.jaredhanson.net/" }, "repository": { "type": "git", "url": "git://github.com/jaredhanson/chai-connect-middleware.git" }, "bugs": { "url": "http://github.com/jaredhanson/chai-connect-middleware/issues" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { }, "devDependencies": { "mocha": "1.x.x", "chai": "1.x.x" }, "engines": { "node": ">= 0.4.0" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js" } }