-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 955 Bytes
/
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": "residuation-analysis",
"version": "3.0.0",
"author": "Michael Hanus <mh@informatik.uni-kiel.de>",
"synopsis": "Analyzing the residuation behavior of Curry programs",
"category": [ "Analysis" ],
"license": "BSD-3-Clause",
"licenseFile": "LICENSE",
"dependencies": {
"base" : ">= 3.0.0, < 4.0.0",
"cass" : ">= 3.0.0, < 5.0.0",
"cass-analysis": ">= 3.0.0, < 5.0.0",
"csv" : ">= 3.0.0, < 4.0.0",
"currypath" : ">= 3.0.0, < 4.0.0",
"directory" : ">= 3.0.0, < 4.0.0",
"filepath" : ">= 3.0.0, < 4.0.0",
"flatcurry" : ">= 3.0.0, < 5.0.0",
"process" : ">= 3.0.0, < 4.0.0"
},
"executable": {
"name": "curry-anaresinfo",
"main": "AnalyzeResiduation"
},
"source": {
"git": "https://github.com/curry-packages/residuation-analysis.git",
"tag": "$version"
}
}