mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
29 lines
541 B
JSON
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"
|
|
]
|
|
}
|