cloudboost-tv
Version:
Database Service that does Storage, Search, Real-time and a whole lot more.
30 lines (29 loc) • 563 B
JSON
{
"name": "should",
"main": "should.js",
"version": "5.0.0",
"homepage": "https://github.com/shouldjs/should.js",
"repository": {
"type": "git",
"url": "git://github.com/shouldjs/should.js.git"
},
"authors": [
"TJ Holowaychuk <tj@vision-media.ca> and contributors"
],
"description": "test framework agnostic BDD-style assertions",
"keywords": [
"test",
"bdd",
"assert",
"should"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test",
"*.md",
"LICENSE",
"package.json"
]
}