forked from koka-lang/koka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 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
31
32
33
34
35
36
37
38
39
{
"name" : "koka",
"author" : "Daan Leijen, Microsoft Corp.",
"version" : "0.8.0-dev",
"homepage" : "http://koka.codeplex.com",
"description" : "Koka is an effectful function-oriented language.",
"license" : "Apache-2.0",
"licenses": [{
"type" : "Apache License 2.0",
"url" : "http://www.apache.org/licenses/LICENSE-2.0.html"
}],
"keywords": [
"Koka",
"Microsoft",
"compiler",
"language",
"effect",
"type inference"
],
"engines" : {
"node": ">=0.10.0"
},
"dependencies": {
"amdefine" : ">=0.0.4",
"requirejs" : ">=2.1",
"node-static": ">=0.6",
"ws" : ">=0.4",
"commander" : ">=1.1.1",
"colors" : ">=1.0",
"diff" : ">=1.0"
},
"scripts": {
"preinstall": "npm install -g jake madoko"
},
"repository": {
"type": "git",
"url" : "https://github.com/koka-lang/koka.git"
}
}