UNPKG

sut

Version:

Small TDD lib for node

46 lines (45 loc) 804 B
{ "name": "sut", "version": "2.0.0", "description": "Small TDD lib for node", "main": "./index", "scripts": { "start": "node index.js" }, "private": false, "workspaces": [ "packages/*" ], "repository": { "type": "git", "url": "github.com/dkvilo/sut" }, "keywords": [ "SUT", "TDD", "Test", "Driven", "Development", "FrameWork", "Unit", "test", "assertion", "assert", "testing" ], "author": "David Kviloria <datokviloria@gmail.com>", "license": "MIT", "dependencies": { "convert-hrtime": "^2.0.0", "ip": "^1.1.5", "node-watch": "^0.5.8", "setprototypeof": "^1.0.3", "socket.io": "^2.0.4" }, "devDependencies": { "eslint": "^4.18.2" }, "devEngines": { "node": "8.x || 9.x" } }