forked from morisasy/nodejs-tutorialspoint
- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
30 lines (30 loc) · 638 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "nodejs-tutorialspoint",
"version": "1.0.0",
"description": "learning node js through tutorialspoint",
"main": "index.js",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"multer": "^1.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/morisasy"
},
"keywords": [
"nodejs",
"express",
"javascript",
"web",
"development"
],
"author": "Medi Risasi",
"license": "ISC"
}