diff options
Diffstat (limited to 'node_modules/should/package.json')
| -rw-r--r-- | node_modules/should/package.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/node_modules/should/package.json b/node_modules/should/package.json new file mode 100644 index 0000000..f13b3cc --- /dev/null +++ b/node_modules/should/package.json @@ -0,0 +1,39 @@ +{ + "name": "should", + "description": "test framework agnostic BDD-style assertions", + "version": "0.6.0", + "author": { + "name": "TJ Holowaychuk", + "email": "tj@vision-media.ca" + }, + "contributors": [ + { + "name": "Aseem Kishore", + "email": "aseem.kishore@gmail.com" + } + ], + "devDependencies": { + "mocha": "*", + "should": "*" + }, + "keywords": [ + "test", + "bdd", + "assert" + ], + "main": "./lib/should.js", + "engines": { + "node": ">= 0.2.0" + }, + "_id": "should@0.6.0", + "dependencies": {}, + "optionalDependencies": {}, + "_engineSupported": true, + "_npmVersion": "1.1.12", + "_nodeVersion": "v0.6.14", + "_defaultsLoaded": true, + "dist": { + "shasum": "74fa952c938f83e5c0daafbb96f1790e0a67fd62" + }, + "_from": "should@>= 0.6.0" +} |
