Austen Collins 932cb77b42 changes
2015-07-26 11:50:14 -07:00

29 lines
541 B
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"
]
}