-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 800 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 800 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": "meanauthapp",
"version": "1.0.0",
"description": "MEAN Stack Authentication App.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"dependencies": {
"bcryptjs": "*",
"body-parser": "*",
"cors": "*",
"express": "*",
"jsonwebtoken": "*",
"mongoose": "^5.3.16",
"passport": "*",
"passport-jwt": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JorgeCastillo97/MEAN-Stack-Authentication-App.git"
},
"author": "Jorge Castillo",
"license": "ISC",
"bugs": {
"url": "https://github.com/JorgeCastillo97/MEAN-Stack-Authentication-App/issues"
},
"homepage": "https://github.com/JorgeCastillo97/MEAN-Stack-Authentication-App#readme"
}