forked from kleopatra999/seif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 909 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": "seif-protocol",
"version": "1.0.2",
"description": "Node.js Implementation of Seif protocol",
"contributors": [{
"name": "Aashish Sheshadri",
"email": "aashish.sheshadri@gmail.com",
"url": "http://www.aashish.me"
}, {
"name": "Rohit Harchandani",
"email": "harchu@gmail.com"
}],
"main": "lib/secnet.js",
"scripts": {
"test": "node index.js",
"start": "node index.js"
},
"dependencies": {
"bunyan": "*",
"seifnode": ">=1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/paypal/seif-protocol.git"
},
"license": "MIT",
"engines": {
"node": ">=6.9.2"
},
"homepage": "http://www.seif.place",
"keywords": [
"security",
"seifnode",
"protocol",
"web",
"json",
"tcp"
]
}