UNPKG

jaribu

Version:

a simple, full-featured, JavaScript testing framework

43 lines (42 loc) 882 B
{ "name": "jaribu", "version": "2.2.3", "description": "a simple, full-featured, JavaScript testing framework", "main": "bin/jaribu", "author": { "name": "Nick Jennings", "email": "nick@silverbucket.net" }, "license": "GPL", "bin": { "jaribu": "./bin/jaribu" }, "repository": { "type": "git", "url": "git://github.com/silverbucket/jaribu.git" }, "homepage": "http://github.com/silverbucket/jaribu", "dependencies": { "amdefine": "^1.0.1", "bluebird": "^3.5.3", "body-parser": "^1.18.3", "express": "^4.16.4", "node-fetch": "^2.6.1", "requirejs": "^2.3.6", "walk": "^2.3.14", "websocket": "^1.0.28", "whatwg-fetch": "^3.5.0" }, "scripts": { "test": "bin/jaribu" }, "keywords": [ "javascript", "testing", "framework", "node.js", "node", "io.js", "browser" ] }