chai/package.json
2012-05-09 19:20:56 -04:00

36 lines
977 B
JSON

{
"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" ],
"contributors": [
"Jake Luer <jake@alogicalparadox.com>",
"Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)"
],
"version": "1.0.0-rc3",
"repository": {
"type": "git",
"url": "https://github.com/logicalparadox/chai"
},
"bugs": {
"url": "https://github.com/logicalparadox/chai/issues"
},
"main": "./index",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"codex": "0.2.x",
"filtr": "0.2.x",
"express": "https://github.com/visionmedia/express/tarball/master",
"superagent": "0.4.x",
"jade": "0.25.x",
"marked": "0.2.x",
"highlight": "0.2.x"
}
}