chai/package.json

39 lines
1,008 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.",
2012-05-06 11:29:20 +00:00
"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>"
],
2012-12-21 20:16:06 +00:00
"version": "1.4.2",
2011-12-06 13:18:01 +00:00
"repository": {
"type": "git",
"url": "https://github.com/chaijs/chai"
2011-12-06 13:18:01 +00:00
},
2011-12-15 13:07:42 +00:00
"bugs": {
"url": "https://github.com/chaijs/chai/issues"
2011-12-15 13:07:42 +00:00
},
"main": "./index",
2011-12-06 13:18:01 +00:00
"scripts": {
2012-10-01 18:46:34 +00:00
"test": "mocha"
2011-12-06 13:18:01 +00:00
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {},
2011-12-15 10:28:16 +00:00
"devDependencies": {
"component": "*"
, "folio": "0.3.x"
2012-06-30 12:25:24 +00:00
, "mocha": "*"
2013-02-03 17:56:46 +00:00
, "mocha-cloud": "*"
, "mocha-phantomjs": "*"
2013-02-03 17:56:46 +00:00
, "connect": "2.7.x"
2011-12-15 10:28:16 +00:00
}
2011-12-06 13:18:01 +00:00
}