{
  "name": "@mcnamara14/test-package",
  "version": "1.0.0",
  "description": "Fake npm package",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcnamara14/test-package.git"
  },
  "author": "Tyler McNamara",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mcnamara14/test-package/issues"
  },
  "homepage": "https://github.com/mcnamara14/test-package#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.0.5"
  }
}
