-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 839 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 839 Bytes
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": "krypto-js",
"version": "0.0.13",
"homepage": "https://github.com/kryptnostic/krypto-js",
"description": "JavaScript port of Krypto, Kryptnostic's C++ implementation of FHE.",
"author": {
"name": "Kryptnostic, Inc.",
"email": "info@kryptnostic.com",
"url": "https://www.kryptnostic.com"
},
"contributors": [
{
"name": "Hristo Oskov",
"email": "hristo@kryptnostic.com"
},
{
"name": "Matthew Tamayo-Rios",
"email": "matthew@kryptnostic.com"
},
{
"name": "Peng Hui How"
},
{
"name": "Robin Zhang"
}
],
"repository": {
"type": "git",
"url": "https://github.com/kryptnostic/krypto-js.git"
},
"bugs": {
"url": "https://github.com/kryptnostic/krypto-js/issues"
},
"license": "CC-BY-NC-SA-4.0",
"main": "krypto.js"
}