jack-chai
Version:
Chai.js assertions for Jack.js test doubles
32 lines (31 loc) • 745 B
JSON
{
"name": "jack-chai",
"version": "0.1.0",
"description": "Chai.js assertions for Jack.js test doubles",
"main": "./index.js",
"homepage": "https://github.com/jackjs/jack-chai",
"scripts": {
"test": "hydro",
"coverage": "istanbul cover _hydro"
},
"repository": {
"type": "git",
"url": "https://github.com/jackjs/jack-chai"
},
"devDependencies": {
"hydro": "*",
"hydro-dot": "*",
"hydro-tdd": "*",
"hydro-focus": "*",
"coveralls": "~2.3.0",
"istanbul": "~0.1.44",
"component": "*",
"chai": "~1.8.1",
"jack": "git://github.com/jackjs/jack.git#master"
},
"author": "Veselin Todorov <hi@vesln.com>",
"license": "MIT",
"dependencies": {
"jack-assertions": "*"
}
}