UNPKG

chai

Version:

BDD/TDD assertion library for node.js and the browser. Test framework agnostic.

28 lines (27 loc) 528 B
{ "name": "chai" , "version": "1.7.2" , "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic." , "license": "MIT" , "keywords": [ "test" , "assertion" , "assert" , "testing" , "chai" ] , "main": "chai.js" , "ignore": [ "build" , "components" , "lib" , "node_modules" , "support" , "test" , "index.js" , "Makefile" , ".*" ] , "dependencies": {} , "devDependencies": {} }