File: /var/dev/farhangmoaser/web/node_modules/should/bower.json
{
"name": "should",
"main": "should.js",
"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"
]
}