{ "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": "1.4.2", "repository": { "type": "git", "url": "https://github.com/chaijs/chai" }, "bugs": { "url": "https://github.com/chaijs/chai/issues" }, "main": "./index", "scripts": { "test": "mocha" }, "engines": { "node": ">= 0.4.0" }, "dependencies": {}, "devDependencies": { "component": "*" , "folio": "0.3.x" , "mocha": "*" , "mocha-cloud": "*" , "mocha-phantomjs": "*" , "connect": "2.7.x" } }