14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
{
|
|
"name": "expect.js"
|
|
, "version": "0.3.1"
|
|
, "description": "BDD style assertions for node and the browser."
|
|
, "repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/LearnBoost/expect.js.git"
|
|
}
|
|
, "devDependencies": {
|
|
"mocha": "*"
|
|
, "serve": "*"
|
|
}
|
|
}
|