Initial commit 🚀

This commit is contained in:
Jonas Schmedtmann
2019-06-13 15:43:15 +01:00
commit 7f81af0ddf
1052 changed files with 2123177 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "node-farm",
"version": "1.0.0",
"description": "Learning node.js",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"author": "Jonas Schmedtmann",
"license": "ISC",
"dependencies": {
"slugify": "~1.3.4"
},
"devDependencies": {
"nodemon": "^1.18.11"
}
}