-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.01 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
{
"name": "mdb",
"version": "2.2.0",
"author": "Michael Hanus <mh@informatik.uni-kiel.de>",
"synopsis": "Module database web application of IfI, Kiel University",
"category": [ "Web" ],
"license": "BSD-3-Clause",
"licenseFile": "LICENSE",
"dependencies": {
"base" : "^ 3.2.0",
"cdbi" : "^ 3.2.0",
"csv" : ">= 3.0.0, < 4.0.0",
"cryptohash" : ">= 3.0.0, < 4.0.0",
"directory" : ">= 3.0.0, < 4.0.0",
"filepath" : ">= 3.0.0, < 4.0.0",
"graphviz" : ">= 3.0.0, < 4.0.0",
"html2" : ">= 3.4.0, < 4.0.0",
"io-extra" : ">= 3.0.0, < 4.0.0",
"mail-utils" : ">= 3.0.0, < 4.0.0",
"printf" : ">= 3.0.0, < 4.0.0",
"process" : ">= 3.0.0, < 4.0.0",
"profiling" : ">= 3.0.0, < 4.0.0",
"time" : ">= 3.0.0, < 4.0.0",
"url" : ">= 3.0.0, < 4.0.0",
"xml" : ">= 3.0.0, < 4.0.0",
"wui2" : "^ 3.1.0"
}
}