UNPKG

adventure-verify

Version:

write adventure verify functions with tape

32 lines (31 loc) 682 B
{ "name": "adventure-verify", "version": "2.2.0", "description": "write adventure verify functions with tape", "main": "index.js", "dependencies": { "tap-colorize": "^1.1.0", "tap-parser": "~0.5.0", "tape": "^2.13.2" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/substack/adventure-verify.git" }, "homepage": "https://github.com/substack/adventure-verify", "keywords": [ "adventure", "nodeschool", "workshop", "education" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT" }