UNPKG

314 BJSONView Raw
1{
2 "name": "chai-spies",
3 "repo": "chaijs/chai-spies",
4 "version": "1.0.0",
5 "description": "Spies for the Chai assertion library.",
6 "license": "MIT",
7 "keywords": [
8 "test",
9 "spy",
10 "chai"
11 ],
12 "dependencies": {
13 "chaijs/chai": "*"
14 },
15 "scripts": ["lib/spy.js"],
16 "main": "lib/spy.js"
17}