UNPKG

creatable

Version:

Elegant HTML generation. No templating. Just Javascript.

39 lines (38 loc) 1.01 kB
{ "author": "Jake Luer <jake@alogicalparadox.com>", "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 <jake@alogicalparadox.com>", "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)", "Veselin Todorov <hi@vesln.com>", "John Firebaugh <john.firebaugh@gmail.com>" ], "version": "1.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": {}, "devDependencies": { "component": "*" , "folio": "0.3.x" , "mocha": "*" , "mocha-cloud": "*" , "mocha-phantomjs": "*" , "connect": "2.7.x" } }