You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
407 B
13 lines
407 B
{ "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" } |
|
} |