-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "loginapp",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"compression": "^1.0.3",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.5.2",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express-flash": "0.0.2",
"express-session": "^1.15.3",
"helmet": "^1.3.0",
"jsonwebtoken": "^7.4.1",
"loopback": "^3.8.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^4.0.0",
"loopback-component-passport": "^3.3.0",
"mocha": "^3.4.2",
"mongoose": "^4.11.1",
"oauth": "^0.9.15",
"passport": "^0.2.0",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-linkedin-oauth2": "^1.5.0",
"passport-local": "^1.0.0",
"passport-oauth2": "^1.4.0",
"passport-twitter": "^1.0.2",
"promise": "^8.0.1",
"serve-favicon": "^2.4.3",
"striptags": "^3.0.1",
"strong-error-handler": "^2.0.0",
"watson-developer-cloud": "^2.34.0"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "loginapp"
}