| { |
| "author": "Jake Luer <jake@alogicalparadox.com>", |
| "bugs": { |
| "url": "https://github.com/chaijs/chai/issues" |
| }, |
| "contributors": [ |
| "Jake Luer <jake@alogicalparadox.com>", |
| "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)", |
| "Veselin Todorov <hi@vesln.com>", |
| "John Firebaugh <john.firebaugh@gmail.com>" |
| ], |
| "dependencies": { |
| "assertion-error": "^1.1.0", |
| "check-error": "^1.0.2", |
| "deep-eql": "^3.0.1", |
| "get-func-name": "^2.0.0", |
| "pathval": "^1.1.0", |
| "type-detect": "^4.0.5" |
| }, |
| "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", |
| "devDependencies": { |
| "browserify": "^16.0.0", |
| "bump-cli": "^1.1.3", |
| "codecov": "^3.0.0", |
| "istanbul": "^0.4.3", |
| "karma": "^2.0.0", |
| "karma-firefox-launcher": "^1.0.0", |
| "karma-mocha": "^1.0.1", |
| "karma-phantomjs-launcher": "^1.0.0", |
| "karma-sauce-launcher": "^1.2.0", |
| "mocha": "^5.0.0" |
| }, |
| "engines": { |
| "node": ">=4" |
| }, |
| "homepage": "http://chaijs.com", |
| "keywords": [ |
| "test", |
| "assertion", |
| "assert", |
| "testing", |
| "chai" |
| ], |
| "license": "MIT", |
| "main": "./index", |
| "name": "chai", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/chaijs/chai" |
| }, |
| "scripts": { |
| "test": "make test" |
| }, |
| "version": "4.2.0" |
| } |