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.",
|
2012-05-06 11:29:20 +00:00
|
|
|
"keywords": [ "test", "assertion", "assert", "testing", "chai" ],
|
2012-05-15 01:03:47 +00:00
|
|
|
"homepage": "http://chaijs.com",
|
|
|
|
"license": "MIT",
|
2012-05-07 22:01:03 +00:00
|
|
|
"contributors": [
|
|
|
|
"Jake Luer <jake@alogicalparadox.com>",
|
2012-05-15 01:03:47 +00:00
|
|
|
"Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
|
|
|
|
"Veselin Todorov <hi@vesln.com>",
|
|
|
|
"John Firebaugh <john.firebaugh@gmail.com>"
|
2012-05-07 22:01:03 +00:00
|
|
|
],
|
2014-11-10 14:06:08 +00:00
|
|
|
"version": "1.10.0",
|
2011-12-06 13:18:01 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2012-05-15 01:03:47 +00:00
|
|
|
"url": "https://github.com/chaijs/chai"
|
2011-12-06 13:18:01 +00:00
|
|
|
},
|
2011-12-15 13:07:42 +00:00
|
|
|
"bugs": {
|
2012-05-15 01:03:47 +00:00
|
|
|
"url": "https://github.com/chaijs/chai/issues"
|
2011-12-15 13:07:42 +00:00
|
|
|
},
|
2012-11-29 08:19:45 +00:00
|
|
|
"main": "./index",
|
2011-12-06 13:18:01 +00:00
|
|
|
"scripts": {
|
2013-02-03 23:16:04 +00:00
|
|
|
"test": "make test"
|
2011-12-06 13:18:01 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.4.0"
|
|
|
|
},
|
2013-06-17 19:16:55 +00:00
|
|
|
"dependencies": {
|
|
|
|
"assertion-error": "1.0.0"
|
2013-10-10 10:41:01 +00:00
|
|
|
, "deep-eql": "0.1.3"
|
2013-06-17 19:16:55 +00:00
|
|
|
},
|
2011-12-15 10:28:16 +00:00
|
|
|
"devDependencies": {
|
2013-02-03 19:22:21 +00:00
|
|
|
"component": "*"
|
2014-03-19 14:51:58 +00:00
|
|
|
, "karma": "0.12.x"
|
2013-09-17 21:22:36 +00:00
|
|
|
, "karma-mocha": "*"
|
2014-03-19 14:51:58 +00:00
|
|
|
, "karma-sauce-launcher": "0.2.x"
|
2014-01-27 17:58:15 +00:00
|
|
|
, "karma-phantomjs-launcher": "0.1.1"
|
2014-09-12 05:54:56 +00:00
|
|
|
, "mocha": "1.21.x"
|
2014-03-19 14:51:58 +00:00
|
|
|
, "istanbul": "0.2.x"
|
2011-12-15 10:28:16 +00:00
|
|
|
}
|
2011-12-06 13:18:01 +00:00
|
|
|
}
|