forked from ActEuropa/DatabaseUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.67 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "databaseui",
"version": "1.0.0",
"description": "ActEuropa database UI",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ActEuropa/DatabaseUI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ActEuropa/DatabaseUI/issues"
},
"homepage": "https://github.com/ActEuropa/DatabaseUI#readme",
"dependencies": {
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-subdomain": "^1.0.5",
"accepts": "^1.3.3",
"array-flatten": "^1.1.1",
"content-type": "^1.0.2",
"cookie": "^0.3.1",
"cookie-signature": "^1.0.6",
"content-disposition": "^0.5.2",
"debug": "^2.6.1",
"destroy": "^1.0.4",
"ee-first": "^1.1.1",
"encodeurl": "^1.0.1",
"depd": "^1.1.0",
"escape-html": "^1.0.3",
"etag": "^1.8.0",
"finalhandler": "^1.0.1",
"forwarded": "^0.1.0",
"fresh": "^0.5.0",
"http-errors": "^1.6.1",
"inherits": "^2.0.3",
"ipaddr.js": "^1.3.0",
"media-typer": "^0.3.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^1.3.4",
"mime-db": "^1.27.0",
"mime-types": "^2.1.15",
"negotiator": "^0.6.1",
"ms": "^0.7.2",
"on-finished": "^2.3.0",
"parseurl": "^1.3.1",
"proxy-addr": "^1.1.4",
"path-to-regexp": "^0.1.7",
"qs": "^6.4.0",
"range-parser": "^1.2.0",
"send": "^0.15.1",
"serve-static": "^1.12.1",
"setprototypeof": "^1.0.3",
"statuses": "^1.3.1",
"type-is": "^1.6.15",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.0",
"vary": "^1.1.1"
}
}