mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
26 lines
622 B
JSON
26 lines
622 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" ],
|
|
"version": "0.3.3",
|
|
"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"
|
|
}
|
|
}
|