unexpected
Version:
Extensible BDD assertion toolkit
60 lines (59 loc) • 1.49 kB
JSON
{
"name": "unexpected",
"version": "6.0.0",
"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 && make test-phantomjs",
"travis": "npm test"
},
"main": "./lib/index.js",
"dependencies": {
"arraydiff": "0.1.1",
"diff": "1.1.0",
"leven": "1.0.0",
"magicpen": "4.3.5"
},
"devDependencies": {
"async": "0.9.0",
"autoprefixer": "5.1.0",
"browserify": "5.9.1",
"bundle-collapser": "1.1.0",
"coveralls": "2.11.1",
"debug": "^2.1.1",
"ejs": "1.0.0",
"es5-shim": "4.0.5",
"glob": "4.3.2",
"istanbul": "0.3.5",
"jshint": "2.5.6",
"magicpen-prism": "1.1.1",
"marked": "^0.3.3",
"metalsmith": "1.0.1",
"metalsmith-autoprefixer-gustavnikolaj": "1.0.0",
"metalsmith-collections": "0.6.0",
"metalsmith-less": "1.0.2",
"metalsmith-markdown": "0.2.1",
"metalsmith-permalinks": "0.4.0",
"metalsmith-relative": "^1.0.3",
"metalsmith-static": "0.0.5",
"metalsmith-templates": "0.6.0",
"minimatch": "2.0.1",
"mocha": "2.1.0",
"mocha-phantomjs": "3.5.3",
"mocha-slow-reporter": "*",
"passerror": "1.1.0",
"phantomjs": "1.9.15",
"serve": "*",
"stat-mode": "0.2.0"
}
}