forked from strongloop/loopback-getting-started
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 914 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
{
"name": "loopback-getting-started",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=6"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint"
},
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"helmet": "^3.18.0",
"loopback": "https://github.com/smart-unit/loopback.git",
"loopback-boot": "https://github.com/smart-unit/loopback-boot.git",
"loopback-connector-postgresql": "^3.9.1",
"serve-favicon": "^2.5.0",
"strong-error-handler": "^3.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-loopback": "^13.1.0"
},
"repository": {
"type": "",
"url": ""
},
"bugs": {
"url": "https://github.com/strongloop/loopback-getting-started/issues"
},
"license": "UNLICENSED",
"description": "loopback-getting-started",
"author": "IBM Corp."
}