mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
21 lines
444 B
JSON
21 lines
444 B
JSON
{
|
|
"author": "Jake Luer <jake@alogicalparadox.com>",
|
|
"name": "sherlock",
|
|
"description": "Assertion framework for node.js and the browser.",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:logicalparadox/sherlock.git"
|
|
},
|
|
"main": "index",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"matcha": "0.3.0"
|
|
}
|
|
}
|