mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
update to package.json
- removed docs / doc deps - moved to chains org on github
This commit is contained in:
parent
accc85709a
commit
1018b739e2
1 changed files with 8 additions and 11 deletions
19
package.json
19
package.json
|
@ -3,17 +3,21 @@
|
|||
"name": "chai",
|
||||
"description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
|
||||
"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)"
|
||||
"Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
|
||||
"Veselin Todorov <hi@vesln.com>",
|
||||
"John Firebaugh <john.firebaugh@gmail.com>"
|
||||
],
|
||||
"version": "1.0.0-rc3",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/logicalparadox/chai"
|
||||
"url": "https://github.com/chaijs/chai"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/logicalparadox/chai/issues"
|
||||
"url": "https://github.com/chaijs/chai/issues"
|
||||
},
|
||||
"main": "./index",
|
||||
"scripts": {
|
||||
|
@ -24,13 +28,6 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"codex": "0.2.x",
|
||||
"filtr": "0.2.x",
|
||||
"express": "3.0.0alpha4",
|
||||
"superagent": "0.4.x",
|
||||
"jade": "0.25.x",
|
||||
"marked": "0.2.x",
|
||||
"highlight.js": "1.2.x"
|
||||
"mocha": "*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue