UNPKG

tap-stream-helpers

Version:

Test Anything Protocol helpers

31 lines (30 loc) 623 B
{ "name": "tap-stream-helpers", "version": "1.0.0", "description": "Test Anything Protocol helpers", "main": "index.js", "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git@github.webapps.rr.com:jkaminetsky/tap.git" }, "author": "Joshua Kaminetsky", "license": "MIT", "dependencies": { "map-stream": "0.0.5", "mkdirp": "^0.5.0", "path": "^0.11.14", "util": "^0.10.3" }, "devDependencies": { "gulp": "^3.8.11", "gulp-jshint": "^1.10.0", "jshint-stylish": "^1.0.2" }, "keywords": [ "tap", "test anything protocol" ] }