{
  "name": "{{projectName}}",
  "description": "Specification of the inTime Shadow REST API endpoints",
  "version": "1.0.0",
  "tags": [
    "rest",
    "rest-api"
  ],
  "author": {
    "name": "{{author}}"
  },
  "bugs": {
    "url": "https://github.com/{{author}}/{{projectName}}/issues"
  },
  "homepage": "https://github.com/{{author}}/{{projectName}}",
  "repository": {
    "type": "git",
    "url": "http://github.com/{{author}}/{{projectName}}.git"
  },
  "main": "index",
  "dependencies": {
    "rest-tool-common": "2.0.3"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo No tests defined!"
  }
}
