{ "author": "Jake Luer ", "name": "chai", "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.", "keywords": [ "test", "assertion", "assert", "testing", "chai" ], "homepage": "http://chaijs.com", "license": "MIT", "contributors": [ "Jake Luer ", "Domenic Denicola (http://domenicdenicola.com)", "Veselin Todorov ", "John Firebaugh " ], "version": "3.5.0", "repository": { "type": "git", "url": "https://github.com/chaijs/chai" }, "bugs": { "url": "https://github.com/chaijs/chai/issues" }, "main": "./index", "scripts": { "test": "make test" }, "engines": { "node": ">= 0.4.0" }, "dependencies": { "assertion-error": "^1.0.1", "deep-eql": "^0.1.3", "type-detect": "^1.0.0" }, "devDependencies": { "browserify": "^10.2.1", "bump-cli": "^1.1.3", "karma": "^0.13.16", "karma-mocha": "^0.1.10", "karma-sauce-launcher": "^0.2.11", "karma-phantomjs-launcher": "^0.2.0", "karma-firefox-launcher": "^0.1.6", "mocha": "^2.2.5", "istanbul": "^0.3.14" } }