unexpected
Version:
**Warning: this is not totally ready for prime time yet**
22 lines (21 loc) • 580 B
JSON
{
"name": "unexpected",
"version": "0.0.2",
"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": "./node_modules/.bin/mocha"
},
"main": "./lib/unexpected.js",
"dependencies": {},
"devDependencies": {
"mocha": "~1.9.0",
"mocha-slow-reporter": "*"
}
}