chai-spies-next
Version:
Spies for the Chai assertion library.
36 lines (35 loc) • 645 B
JSON
{
"name": "chai-spies-next",
"version": "0.9.3",
"description": "Spies for the Chai assertion library.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 4.0.0"
},
"repository": "shellscape/chai-spies",
"author": {
"name": "Andrew Powell",
"email": "andrew@shellscape.org",
"url": "shellscape.org"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"chai": "*",
"folio": "0.3.x"
},
"keywords": [
"chai",
"chai-plugin",
"browser",
"mocks-and-spies",
"testing",
"spies",
"stubs",
"mocks"
]
}