-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 974 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
29
30
{
"name": "cpm-query",
"version": "0.1.0",
"author": "Michael Hanus <mh@informatik.uni-kiel.de>",
"synopsis": "A tool to query analysis information about entities (e.g., function, types) defined in some Curry package.",
"category": [ "Programming" ],
"license": "BSD-3-Clause",
"licenseFile": "LICENSE",
"dependencies": {
"base" : ">= 3.2.0, < 4.0.0",
"csv" : ">= 3.0.0, < 4.0.0",
"currypath" : ">= 3.0.0, < 4.0.0",
"directory" : ">= 3.0.0, < 4.0.0",
"execpath" : ">= 3.0.0, < 4.0.0",
"filepath" : ">= 3.0.0, < 4.0.0",
"flatcurry" : ">= 4.0.0, < 5.0.0",
"io-extra" : ">= 3.0.0, < 4.0.0",
"process" : ">= 3.0.0, < 4.0.0",
"propertyfile": ">= 3.0.0, < 4.0.0",
"socket" : ">= 3.0.0, < 4.0.0"
},
"executable": {
"name": "cpm-query",
"main": "CPM.Query.Main"
},
"source": {
"git": "https://github.com/curry-packages/cpm-query.git",
"tag": "$version"
}
}