Newer
Older
goodnight / package.json
{
  "name": "goodnight",
  "version": "0.1.0",
  "description": "A small app to log the times, when I go to sleep or get out of bed.",
  "main": "dist/app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "typescript",
    "express"
  ],
  "author": "Peter Zilz",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.18.3",
    "express": "^4.16.4",
    "express-session": "^1.15.6",
    "path": "^0.12.7",
    "pug": "^2.0.3"
  },
  "devDependencies": {
    "@types/body-parser": "^1.17.0",
    "@types/express": "^4.16.0",
    "@types/express-session": "^1.15.12",
    "@types/pug": "^2.0.4"
  },
  "repository": {
    "type": "git",
    "url": "http://git.synoikos.de/git/peter/node-scaffold.git"
  }
}