-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 750 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 750 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
{
"name": "mean-stack-registration-login-example",
"version": "1.0.0",
"description": "MEAN Stack User Registration and Login Example Application",
"repository": {
"type": "git",
"url": "https://github.com/cornflourblue/mean-stack-registration-login-example.git"
},
"dependencies": {
"bcryptjs": "^2.1.0",
"body-parser": "^1.13.2",
"ejs": "^2.3.3",
"express": "^4.13.0",
"express-jwt": "^3.0.1",
"express-session": "^1.11.3",
"jsonwebtoken": "^5.0.2",
"lodash": "^3.10.0",
"mongodb": "^2.1.16",
"mongoskin": "^2.1.0",
"q": "^1.4.1",
"request": "^2.58.0",
"rootpath": "^0.1.2"
},
"license": "MIT"
}