-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.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": "workplace",
"version": "1.0.1",
"released": "2019-01-12",
"main": "server/server.js",
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"start-production": "NODE_ENV=development node .",
"posttest": "npm run lint && nsp check",
"console": "loopback-console"
},
"dependencies": {
"assign-deep": "^0.4.7",
"compression": "^1.0.3",
"cors": "^2.5.2",
"helmet": "^3.10.0",
"json2csv": "^4.2.0",
"loopback": "^3.24.2",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^5.0.0",
"loopback-connector-mysql": "^5.3.1",
"loopback-console": "^1.1.0",
"nodejs-config": "^1.0.1",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0",
"nsp": "^2.1.0"
},
"author": "Harish Anchu <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/harishanchu/workplace"
},
"license": "MIT",
"description": "Timesheet application"
}