UNPKG

chai-spies

Version:

Spies for the Chai assertion library.

42 lines (41 loc) 880 B
{ "author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)", "name": "chai-spies", "description": "Spies for the Chai assertion library.", "keywords": [ "chai", "chai-plugin", "browser", "mocks-and-spies", "testing", "spies", "stubs", "mocks" ], "version": "1.1.0", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/chaijs/chai-spies.git" }, "main": "./index.js", "browser": "./chai-spies.js", "scripts": { "pretest": "npm run build", "test.only": "mocha --reporter spec test/*.js", "test": "npm run test.only", "build": "rollup -c" }, "engines": { "node": ">= 4.0.0" }, "peerDependencies": { "chai": "*" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.1.0", "chai": "*", "mocha": "*", "rollup": "^2.10.0" } }