diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..e7f0bf4 --- /dev/null +++ b/package.json @@ -0,0 +1,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" + } +} |