UNPKG

318 BJSONView Raw
1{
2 "name": "chai-spies",
3 "main": "chai-spies.js",
4 "homepage": "https://github.com/chaijs/chai-spies",
5 "authors": [
6 "Jake Luer <jake@alogicalparadox.com>"
7 ],
8 "description": "Spies for the Chai assertion library.",
9 "license": "MIT",
10 "ignore": [
11 "**/.*",
12 "lib",
13 "support",
14 "test"
15 ]
16}