-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
35 lines (35 loc) · 861 Bytes
/
package.json
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
33
34
35
{
"name": "mean-ang2",
"version": "1.0.0",
"description": "MEAN Stack with Angular 2",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "cd client && ng build --prod --env=prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gugui3z24/MEAN-Stack-With-Angular-2-Tutorial.git"
},
"keywords": [
"MEAN",
"Stack",
"Angular",
"2",
"Application"
],
"author": "David Acosta",
"license": "ISC",
"bugs": {
"url": "https://github.com/gugui3z24/MEAN-Stack-With-Angular-2-Tutorial/issues"
},
"homepage": "https://github.com/gugui3z24/MEAN-Stack-With-Angular-2-Tutorial#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"cors": "^2.8.3",
"express": "^4.15.3",
"jsonwebtoken": "^7.4.1",
"mongoose": "^4.10.2"
}
}