chai/package.json

27 lines
622 B
JSON
Raw Normal View History

2011-12-06 13:18:01 +00:00
{
"author": "Jake Luer <jake@alogicalparadox.com>",
2011-12-07 05:25:52 +00:00
"name": "chai",
2011-12-16 11:59:45 +00:00
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
2011-12-15 13:07:42 +00:00
"keywords": [ "test", "assertion", "assert", "testing" ],
2012-02-12 23:07:08 +00:00
"version": "0.3.3",
2011-12-06 13:18:01 +00:00
"repository": {
"type": "git",
2011-12-15 13:07:42 +00:00
"url": "https://github.com/logicalparadox/chai"
2011-12-06 13:18:01 +00:00
},
2011-12-15 13:07:42 +00:00
"bugs": {
"url": "https://github.com/logicalparadox/chai/issues"
},
"main": "./index",
2011-12-06 13:18:01 +00:00
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {},
2011-12-15 10:28:16 +00:00
"devDependencies": {
2011-12-15 22:49:13 +00:00
"mocha": "*",
2012-02-10 16:37:07 +00:00
"codex": "0.2.x"
2011-12-15 10:28:16 +00:00
}
2011-12-06 13:18:01 +00:00
}