1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-23 05:01:21 +00:00
haste-server/node_modules/should/package.json
2012-02-06 14:09:01 -05:00

13 lines
No EOL
407 B
JSON

{ "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" }
}