-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 802 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 802 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
31
32
{
"name": "mean-stack-tutorial-with-angular-2-david-acosta",
"version": "1.0.0",
"description": "MEAN Stack With Angular 2",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/George-mFF4G/MEAN-Stack-With-Angular-2-Tutorial.git"
},
"keywords": [
"MEAN",
"Stack",
"Angular",
"2",
"Application"
],
"author": "George Morkos",
"license": "ISC",
"bugs": {
"url": "https://github.com/George-mFF4G/MEAN-Stack-With-Angular-2-Tutorial/issues"
},
"homepage": "https://github.com/George-mFF4G/MEAN-Stack-With-Angular-2-Tutorial#readme",
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.20.0",
"express": "^4.18.1",
"mongoose": "^6.5.4"
}
}