-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "qcert",
"version": "3.0.0-alpha.5",
"description": "The Q*cert compiler",
"repository": {
"type": "git",
"url": "https://github.com/querycert/qcert"
},
"contributors": [
{
"name": "Josh Auerbach",
"url": "https://www.researchgate.net/profile/Joshua_Auerbach2"
},
{
"name": "Martin Hirzel",
"email": "[email protected]",
"url": "http://researcher.watson.ibm.com/researcher/view.php?person=us-hirzel"
},
{
"name": "Louis Mandel",
"email": "[email protected]",
"url": "http://researcher.watson.ibm.com/researcher/view.php?person=us-lmandel"
},
{
"name": "Avi Shinnar",
"email": "[email protected]",
"url": "http://researcher.watson.ibm.com/researcher/view.php?person=us-shinnar"
},
{
"name": "Jerome Simeon",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"homepage": "https://querycert.github.io/index.html",
"dependencies": {},
"workspaces": [
"compiler/libJS",
"runtimes/assemblyscript",
"runtimes/javascript",
"cli/nodejs"
]
}