-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 956 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
40
41
{
"name": "vue-spotify",
"version": "0.1.0",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"eslint-plugin-html": "^4.0.2",
"express": "^4.16.3",
"express-history-api-fallback": "^2.2.1",
"helmet": "^1.3.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^5.0.0",
"loopback-connector-mongodb": "^3.4.4",
"moment": "^2.22.1",
"pm2": "^2.10.1",
"serve-favicon": "^2.0.1",
"spotify-web-api-node": "^2.5.0",
"strong-error-handler": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-loopback": "^8.0.0",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "things"
}