UNPKG

541 BJSONView Raw
1{
2 "name": "should",
3 "main": "should.js",
4 "homepage": "https://github.com/shouldjs/should.js",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/shouldjs/should.js.git"
8 },
9 "authors": [
10 "TJ Holowaychuk <tj@vision-media.ca> and contributors"
11 ],
12 "description": "test framework agnostic BDD-style assertions",
13 "keywords": [
14 "test",
15 "bdd",
16 "assert",
17 "should"
18 ],
19 "license": "MIT",
20 "ignore": [
21 "**/.*",
22 "node_modules",
23 "test",
24 "*.md",
25 "LICENSE",
26 "package.json"
27 ]
28}