UNPKG

unexpected

Version:

Minimalistic BDD assertion toolkit inspired by [expect.js](https://github.com/LearnBoost/expect.js)

37 lines (36 loc) 819 B
{ "name": "unexpected", "version": "4.1.5", "author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", "keywords": [ "assertion", "test", "assert" ], "license": "MIT", "bugs": "https://github.com/sunesimonsen/unexpected/issues", "repository": { "type": "git", "url": "https://github.com/sunesimonsen/unexpected" }, "scripts": { "test": "make test", "travis": "make test && make test-phantomjs" }, "main": "./lib/index.js", "dependencies": { "magicpen": "=0.3.4" }, "devDependencies": { "browserify": "=5.9.1", "bundle-collapser": "^1.1.0", "coveralls": "^2.11.1", "istanbul": "^0.3.0", "jshint": "*", "mocha": "=1.21.4", "mocha-phantomjs": "=3.1.0", "mocha-slow-reporter": "*", "phantomjs": "=1.9.1-0", "serve": "*" } }