co-supertest
Version:
Integration co with supertest
31 lines • 621 B
JSON
{
"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"
}
}