-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "cut_spotify_project",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=6"
},
"scripts": {
"lint": "eslint .",
"dev": "nodemon -e js,json .",
"debug": "node debug .",
"start": "node .",
"posttest": "npm run lint && npm audit"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"express-flash": "git://github.com/RGBboy/express-flash.git",
"express-session": "^1.16.2",
"helmet": "^3.10.0",
"loopback": "^3.22.0",
"loopback-boot": "^2.6.5",
"loopback-cli": "^5.0.3",
"loopback-component-explorer": "^6.2.0",
"loopback-component-passport": "^3.11.0",
"loopback-connector-postgresql": "^3.7.0",
"loopback-connector-rest": "^3.4.2",
"nodemon": "^1.19.1",
"passport-spotify": "^1.0.1",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^3.0.0"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "cut_spotify_project"
}