-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "spicey",
"version": "4.2.0",
"author": "Michael Hanus <mh@informatik.uni-kiel.de>",
"synopsis": "A web application framework for Curry",
"category": [ "Web", "Database" ],
"license": "BSD-3-Clause",
"licenseFile": "LICENSE",
"dependencies": {
"base" : ">= 3.2.0, < 4.0.0",
"abstract-curry": ">= 3.0.0, < 5.0.0",
"cdbi" : ">= 3.0.0, < 4.0.0",
"directory" : ">= 3.0.0, < 4.0.0",
"ertools" : ">= 3.0.0, < 4.0.0",
"filepath" : ">= 3.0.0, < 4.0.0",
"process" : ">= 3.0.0, < 4.0.0",
"time" : ">= 3.0.0, < 4.0.0"
},
"configModule": "Spicey.PackageConfig",
"executable": {
"name": "spiceup",
"main": "Spicey.SpiceUp"
},
"testsuite": {
"src-dir": "examples",
"modules": [ "TestSpicey" ]
},
"documentation": {
"src-dir": "docs",
"main": "main.tex"
},
"source": {
"git": "https://github.com/curry-packages/spicey.git",
"tag": "$version"
}
}