unexpected
Version:
Extensible BDD assertion toolkit
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "unexpected",
"version": "9.14.0",
"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": {
"array-changes": "1.0.3",
"bluebird": "2.9.34",
"detect-indent": "3.0.1",
"diff": "1.1.0",
"leven": "1.0.0",
"magicpen": "5.4.0"
},
"devDependencies": {
"browserify": "5.9.1",
"bundle-collapser": "1.1.0",
"chewbacca": "1.8.1",
"coveralls": "2.11.1",
"es5-shim": "4.0.5",
"istanbul": "0.3.16",
"jasmine": "2.2.1",
"jscs": "2.1.1",
"jshint": "2.5.6",
"minimist": "1.1.1",
"mocha": "2.3.2",
"mocha-phantomjs": "3.5.3",
"mocha-slow-reporter": "*",
"phantomjs": "1.9.15",
"rsvp": "3.0.18",
"serve": "*",
"unexpected-documentation-site-generator": "2.9.2"
}
}