tutorial
Version:
Tutorial points
19 lines (18 loc) • 380 B
JSON
{
"name": "tutorial",
"version": "1.0.0",
"description": "Tutorial points",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ali varzeshi",
"license": "ISC",
"dependencies": {
"body-parser": "^1.14.0",
"cookie": "^0.2.0",
"multer": "^1.0.3",
"nodemon": "^1.5.1",
"parser": "^0.1.4"
}
}