aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: e7f0bf4b08a7caaafafb3ff66a03656d63cb77ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@git.berzerkula.org:express_crash_course"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.4"
  }
}