{ "name": "should" , "description": "test framework agnostic BDD-style assertions" , "version": "0.5.1" , "author": "TJ Holowaychuk " , "contributors": [ "Aseem Kishore " ] , "devDependencies": { "mocha": "*" , "should": "*" } , "keywords": ["test", "bdd", "assert"] , "main": "./lib/should.js" , "engines": { "node": ">= 0.2.0" } }