UNPKG

unexpected

Version:
46 lines (45 loc) 1.13 kB
{ "name": "unexpected", "version": "7.5.1", "author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", "keywords": [ "assertion", "test", "assert" ], "license": "MIT", "bugs": "https://github.com/unexpectedjs/unexpected/issues", "repository": { "type": "git", "url": "https://github.com/unexpectedjs/unexpected" }, "scripts": { "test": "make test && make test-phantomjs", "generate-site": "node generate-site.js", "update-examples": "node generate-site.js --update-examples" }, "main": "./lib/index.js", "dependencies": { "ansi-regex": "1.1.1", "array-changes": "1.0.2", "bluebird": "2.9.25", "diff": "1.1.0", "leven": "1.0.0", "magicpen": "4.7.0" }, "devDependencies": { "browserify": "5.9.1", "bundle-collapser": "1.1.0", "coveralls": "2.11.1", "es5-shim": "4.0.5", "istanbul": "0.3.5", "jshint": "2.5.6", "minimist": "1.1.1", "mocha": "2.1.0", "mocha-phantomjs": "3.5.3", "mocha-slow-reporter": "*", "phantomjs": "1.9.15", "serve": "*", "unexpected-documentation-site-generator": "2.2.3" } }