UNPKG

1.05 kBJSONView Raw
1{
2 "name": "dirty-chai",
3 "version": "2.0.1",
4 "description": "Extends Chai with lint-friendly terminating assertions.",
5 "main": "./lib/dirty-chai.js",
6 "scripts": {
7 "test": "grunt test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/prodatakey/dirty-chai"
12 },
13 "keywords": [
14 "chai",
15 "chai-plugin",
16 "browser",
17 "testing"
18 ],
19 "author": "Joshua Perry <josh@pdk.io>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/prodatakey/dirty-chai/issues"
23 },
24 "homepage": "https://github.com/prodatakey/dirty-chai",
25 "devDependencies": {
26 "chai": "^4.0.0",
27 "chai-as-promised": "^7.0.0",
28 "es6-promise": "^4.0.0",
29 "grunt": "^1.0.0",
30 "grunt-contrib-jshint": "^1.0.0",
31 "grunt-contrib-watch": "^1.0.0",
32 "grunt-mocha-test": "^0.13.0",
33 "jshint": "^2.9.0",
34 "jshint-stylish": "^2.0.0",
35 "load-grunt-tasks": "^3.0.0",
36 "mocha": "^3.4.2",
37 "require-uncached": "^1.0.2"
38 },
39 "peerDependencies": {
40 "chai": ">=2.2.1 <5"
41 },
42 "dependencies": {}
43}