-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 931 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 931 Bytes
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": "timeloggingserver",
"version": "0.0.1",
"description": "Time Logging Sever",
"main": "index.js",
"engines": {
"node": "10.10.0",
"npm": "6.4.1"
},
"scripts": {
"test": "mocha",
"start": "node server.js",
"build": "",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "steinko",
"license": "ISC",
"dependencies": {
"cfenv": "^1.2.1",
"json-server": "^0.14.1",
"snyk": "^1.244.0"
},
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^5.2.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/steinko/timeloggingserver.git"
},
"bugs": {
"url": "https://github.com/steinko/timeloggingserver/issues"
},
"homepage": "https://github.com/steinko/timeloggingserver#readme",
"snyk": true
}