UNPKG

tape-around

Version:

Add before and after hooks to tape tests

41 lines (40 loc) 909 B
{ "name": "tape-around", "version": "2.2.0", "main": "index.js", "scripts": { "test": "node test.js" }, "author": "Rico Sta. Cruz <rico@ricostacruz.com>", "license": "MIT", "dependencies": { "any-promise": "0.1.0", "object-assign": "4.0.1", "tape": "4.4.0" }, "devDependencies": { "eslint": "1.10.3", "eslint-config-standard": "4.4.0", "eslint-plugin-standard": "1.3.1", "loud-rejection": "1.2.0", "sinon": "1.17.2", "tape-eslint": "1.2.1" }, "description": "Add before and after hooks to tape tests", "repository": { "type": "git", "url": "git+https://github.com/rstacruz/tape-around.git" }, "keywords": [ "tape", "around", "before", "after", "test", "block" ], "bugs": { "url": "https://github.com/rstacruz/tape-around/issues" }, "homepage": "https://github.com/rstacruz/tape-around#readme" }