blob: 1d8b73b1173af03239dc229e3e441ab1b8b0491e [file] [edit]
{
"author": {
"email": "jake@alogicalparadox.com",
"name": "Jake Luer"
},
"bugs": {
"url": "https://github.com/chaijs/chai/issues"
},
"bundleDependencies": false,
"contributors": [
{
"email": "jake@alogicalparadox.com",
"name": "Jake Luer"
},
{
"email": "domenic@domenicdenicola.com",
"name": "Domenic Denicola",
"url": "http://domenicdenicola.com"
},
{
"email": "hi@vesln.com",
"name": "Veselin Todorov"
},
{
"email": "john.firebaugh@gmail.com",
"name": "John Firebaugh"
}
],
"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"
},
"deprecated": false,
"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": "git+https://github.com/chaijs/chai.git"
},
"scripts": {
"test": "make test"
},
"version": "4.2.0"
}