-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
44
45
46
47
48
49
50
{
"name": "RegLMT-Webtools",
"version": "0.9.0",
"description": "Display the LMT in various views",
"main": "lmt-srv/server-lmt.js",
"engines": {
"node": "12.x"
},
"scripts": {
"start": "node lmt-srv/server-lmt.js",
"pretty": "node lmt-srv/server-lmt.js | pino-pretty",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mrmxf",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/SMPTE/RegLMT-WebTools/issues"
},
"homepage": "https://github.com/SMPTE/RegLMT-WebTools#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SMPTE/RegLMT-WebTools.git"
},
"keywords": [
"LMT",
"SMPTE"
],
"dependencies": {
"config": "^3.3.1",
"deep-diff": "^1.0.2",
"dotenv": "^8.2.0",
"ecstatic": "^4.1.4",
"escape-html": "^1.0.3",
"koa": "^2.12.0",
"koa-basic-auth": "^4.0.0",
"koa-body": "^4.2.0",
"koa-mount": "^4.0.0",
"koa-pino-logger": "^3.0.0",
"koa-router": "^9.1.0",
"koa-static": "^5.0.0",
"libxmljs": "^0.19.7",
"libxmljs2": "^0.26.0",
"marked": "^1.0.0",
"mustache": "^4.0.1",
"pino": "^6.2.1",
"prismjs": "^1.20.0",
"xml2js": "^0.4.23"
},
"devDependencies": {}
}