forked from comcomist/iiaom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.03 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.03 KB
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
44
45
46
47
48
{
"name": "iiaom",
"version": "0.0.1",
"description": "cryptoidentity for everyone",
"main": "iiaom.js",
"bin": {
"iiaom": "./bin/iiaom.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yetzt/iiaom.git"
},
"keywords": [
"crypto",
"identity"
],
"author": [
"Namzezam",
"Erez Elul",
"Yetzt"
],
"contributors": [
{
"name": "Namzezam"
},
{
"name": "Erez Elul"
},
{
"name": "yetzt"
}
],
"license": "You are not allowed to use, produce from or design from this or its part, anything contained with the aim to kill,to cause harm to or to monitor people and any permission beside that is given only under the [Agpl License](http://www.gnu.org/licenses/agpl-3.0.html)!",
"bugs": {
"url": "https://github.com/yetzt/iiaom/issues"
},
"homepage": "https://github.com/yetzt/iiaom",
"dependencies": {
"openpgp": "^0.6.3",
"archiver": "^0.10.1",
"commander": ">= 2.2.0",
"read": ">= 1.0.5"
},
"fileformat": 1
}