haste-server/node_modules/should/package.json

13 lines
407 B
JSON
Raw Normal View History

2012-02-06 20:09:01 +01:00
{ "name": "should"
, "description": "test framework agnostic BDD-style assertions"
, "version": "0.5.1"
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "contributors": [ "Aseem Kishore <aseem.kishore@gmail.com>" ]
, "devDependencies": {
"mocha": "*"
, "should": "*"
}
, "keywords": ["test", "bdd", "assert"]
, "main": "./lib/should.js"
, "engines": { "node": ">= 0.2.0" }
}