aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 0977c51c3b3ea631e14976f2093f545da1844fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "express_crash_course",
  "version": "1.0.0",
  "description": "> Files for the [YouTube crash course](https://www.youtube.com/watch?v=L72fhGm1tfE)",
  "main": "index.js",
  "scripts": {
    "dev": "nodemon index"
  },
  "repository": {
    "type": "git",
    "url": "git@git.berzerkula.org:express_crash_course"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.4",
    "moment": "^2.24.0"
  },
  "devDependencies": {
    "nodemon": "^1.18.11"
  }
}