mirror of
https://github.com/kevin-DL/complete-node-bootcamp.git
synced 2026-01-11 19:14:26 +00:00
18 lines
315 B
JSON
18 lines
315 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|