unexpected
Version:
Extensible BDD assertion toolkit
58 lines (57 loc) • 1.61 kB
JSON
{
"name": "unexpected",
"version": "10.10.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": "generate-site --require ./bootstrap-unexpected-markdown.js",
"update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples",
"preversion": "test -n \"${IS_MAKE_RELEASE}\" || (echo Please run make release instead && exit 1)"
},
"main": "./lib/index.js",
"dependencies": {
"array-changes": "1.3.0",
"array-changes-async": "2.1.0",
"detect-indent": "3.0.1",
"diff": "1.1.0",
"leven": "1.0.0",
"magicpen": "5.7.0",
"unexpected-bluebird": "2.9.34"
},
"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.9.1",
"minimist": "1.1.1",
"mocha": "2.4.5",
"mocha-phantomjs-papandreou": "4.0.2-patch1",
"mocha-slow-reporter": "*",
"phantomjs-prebuilt": "2.1.3",
"rsvp": "3.0.18",
"serve": "*",
"unexpected-documentation-site-generator": "^4.0.0",
"unexpected-markdown": "1.3.1"
},
"jspm": {
"dependencies": {},
"main": "unexpected.js",
"jspmPackage": true
}
}