dirty-chai
Version:
Extends Chai with lint-friendly terminating assertions.
44 lines (43 loc) • 992 B
JSON
{
"name": "dirty-chai",
"version": "3.0.0",
"description": "Extends Chai with lint-friendly terminating assertions.",
"type": "module",
"exports": {
".": "./index.js"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/joshperry/dirty-chai"
},
"keywords": [
"chai",
"chai-plugin",
"browser",
"testing"
],
"author": "Joshua Perry <josh@6bit.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshperry/dirty-chai/issues"
},
"homepage": "https://github.com/joshperry/dirty-chai",
"devDependencies": {
"chai": "^6.2.0",
"chai-as-promised": "^8.0.2",
"grunt": "^1.6.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.0",
"jshint": "^2.9.0",
"jshint-stylish": "^2.0.0",
"load-grunt-tasks": "^3.0.0",
"mocha": "^11.7.2"
},
"peerDependencies": {
"chai": ">= 6.2.0 < 7"
}
}