-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"name": "loopback-api",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": "8.x"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"test": "mocha",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"@google-cloud/logging-bunyan": "^0.7.0",
"assert": "^1.4.1",
"bunyan": "^1.8.12",
"compression": "^1.0.3",
"cors": "^2.5.2",
"express-rate-limit": "^2.9.0",
"helmet": "3.9.0",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "5.2.0",
"loopback-component-logger": "^1.0.0",
"loopback-component-passport": "^3.4.1",
"loopback-connector-mysql": "^5.2.0",
"mocha": "4.0.1",
"passport-facebook": "^2.1.1",
"serve-favicon": "^2.0.1",
"strong-error-handler": "2.3.0",
"supertest": "^3.0.0"
},
"devDependencies": {
"eslint": "4.11.0",
"eslint-config-loopback": "8.0.0",
"nsp": "3.1.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "loopback-api"
}