{
  "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"
  ]
}
