-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 877 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
36
37
38
39
{
"name": "user_login",
"version": "1.0.0",
"description": "standard user login service",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TakLee96/user_login"
},
"keywords": [
"user",
"login"
],
"author": "TakLee96",
"license": "ISC",
"bugs": {
"url": "https://github.com/TakLee96/user_login/issues"
},
"homepage": "https://github.com/TakLee96/user_login",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.3",
"connect-mongo": "^0.8.1",
"email-validator": "^1.0.1",
"express": "^4.12.3",
"express-session": "^1.11.1",
"jade": "^1.9.2",
"mongoose": "^4.0.2",
"socket.io": "^1.3.5"
},
"engines": {
"node": "^0.12.2",
"npm": "^2.7.5"
}
}