UNPKG

co-supertest

Version:
31 lines 621 B
{ "name": "co-supertest", "version": "0.0.10", "description": "Integration co with supertest", "main": "index.js", "scripts": { "test": "NODE_ENV=test ./node_modules/mocha/bin/mocha --harmony" }, "keywords": [ "co", "supertest", "es6", "generators" ], "repository": { "type": "git", "url": "https://github.com/avbel/co-supertest" }, "author": "avbel", "license": "MIT", "peerDependencies": { "supertest": "^1.0" }, "devDependencies": { "should": "~3.3.0", "koa": "~0.5.4", "mocha": "~1.18.2", "supertest": "^1.0", "co-mocha": "0.0.2" } }