forked from linkedconnections/linked-connections-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "linked-connections-server",
"version": "1.3.2",
"author": "Julian Rojas",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/linkedconnections/linked-connections-server.git"
},
"bugs": {
"url": "https://github.com/linkedconnections/linked-connections-server/issues"
},
"scripts": {
"test": "jest",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"accepts": "^1.3.7",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cron": "^1.8.1",
"cron-parser": "^2.13.0",
"debug": "~4.1.1",
"del": "^5.1.0",
"express": "^4.17.1",
"fast-csv": "^4.1.1",
"follow-redirects": "^1.10.0",
"graceful-fs": "^4.2.3",
"gtfs2lc": "^1.0.4",
"gtfsrt2lc": "^1.4.3",
"jsonld": "^2.0.2",
"jsonld-stream": "^1.0.3",
"md5": "^2.2.1",
"morgan": "^1.9.1",
"n3": "^1.3.5",
"node-watch": "^0.6.3",
"serve-favicon": "^2.5.0",
"unzipper": "^0.10.10",
"uri-templates": "^0.2.0",
"winston": "^3.2.1"
},
"devDependencies": {
"coveralls": "^3.0.9",
"jest": "^25.1.0"
}
}