{
  "name": "example",
  "version": "1.0.0",
  "description": "Pet store example",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./test"
  },
  "author": "Office of Information Technology - Brigham Young University",
  "license": "Apache-2.0",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  }
}
