{
  "name": "gettime",
  "version": "1.0.53",
  "description": "Get the time beautified with global access",
  "main": "getTime.js",
  "bin": {
    "getTime": "bin/getTime.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "npm run build:live",
    "build:live": "nodemon --exec ./node_modules/.bin/ts-node -- ./getTime.ts"
  },
  "author": "Craig OConnor",
  "license": "ISC",
  "repository" : {
    "type" : "git",
    "url" : "https://github.com/CraigglesO/getTime.git"
  },
  "devDependencies": {
    "@types/node": "^7.0.0",
    "nodemon": "^1.11.0",
    "ts-node": "^2.0.0",
    "typescript": "^2.1.5"
  },
  "dependencies": {
    "moment-timezone": "^0.5.11"
  },
  "preferGlobal": "true"
}
