UNPKG

tap-out

Version:
42 lines (41 loc) 788 B
{ "name": "tap-out", "version": "3.0.0", "description": "A different tap parser", "main": "index.js", "scripts": { "test": "tape test/index.js" }, "bin": { "tap-out": "bin/cmd.js" }, "author": "Scott Corgan", "license": "MIT", "dependencies": { "re-emitter": "1.1.3", "readable-stream": "2.2.9", "split": "1.0.0", "trim": "0.0.1" }, "devDependencies": { "tape": "4.6.3" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/scottcorgan/tap-out.git" }, "keywords": [ "tap", "parser", "tape", "tap-spec", "test" ], "bugs": { "url": "https://github.com/scottcorgan/tap-out/issues" }, "homepage": "https://github.com/scottcorgan/tap-out" }