UNPKG

iopa-test

Version:

iopa-test is a collection of test stubs/harnesses for testing IOPA middleware

46 lines (45 loc) 1.07 kB
{ "name": "iopa-test", "main": "index.js", "description": "iopa-test is a collection of test stubs/harnesses for testing IOPA middleware", "author": "iopa <build@iopa.io>", "license": "Apache-2.0", "maintainers": [ { "name": "iopa", "email": "build@iopa.io" } ], "version": "1.3.20", "repository": { "type": "git", "url": "https://github.com/iopa-io/iopa-test.git" }, "dependencies": { "iopa": "^1.4.0", "iopa-rest": "^1.4.0", "iopa-common-stream": "^1.3.0" }, "keywords": [ "limerun", "iopa", "stream", "middleware", "promise", "framework" ], "engines": { "node": ">= 4.0.0" }, "scripts": { "test": "mocha --reporter spec test", "quick": "git add . -A && git commit --allow-empty -m 'dev test' && npm version patch && npm publish", "typings": "tsd reinstall --overwrite --clean --config tools/tsd.json && tsd link" }, "devDependencies": { "bluebird": "^2.10.0", "mocha": "^2.3.2", "mocha-junit-reporter": "^1.6.1", "should": "^7.1.0" } }