UNPKG

411 BJSONView Raw
1{
2 "name": "dirty-chai",
3 "description": "Extends Chai with lint-friendly terminating assertions.",
4 "main": "./lib/dirty-chai.js",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/prodatakey/dirty-chai"
8 },
9 "ignore": [
10 "Gruntfile.js",
11 "package.json",
12 "test/"
13 ],
14 "keywords": [
15 "chai",
16 "testing"
17 ],
18 "dependencies": {
19 "chai": "<1.10.0 || >1.10.0 <4"
20 }
21}