-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 906 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
40
41
42
43
{
"name": "trustnote-pow-gossiper",
"description": "Trustnote PoW Gossiper",
"author": "Liu Qixing",
"version": "1.0.0",
"keywords": [
"trustnote",
"pow",
"multisignature",
"network",
"gossiper"
],
"homepage": "https://github.com/trustnote/trustnote-pow-gossiper",
"engines": {
"node": ">=0.10.0"
},
"main": "js/index.js",
"license": "MIT",
"repository": {
"url": "https://github.com/trustnote/trustnote-pow-gossiper.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/trustnote/trustnote-pow-gossiper/issues"
},
"browser": {
"request": "browser-request",
"secp256k1": "secp256k1/js"
},
"dependencies": {
"async": "^1.5.2",
"deutils.js": ">=1.0.0",
"events": "^3.0.0",
"fs": "0.0.1-security",
"jshint": "^2.9.6",
"socks": "1.1.10",
"url-parse": ">=1.0.0",
"ws": "^1.0.1",
"assert": "^1.4.1",
"mocha": "^5.2.0",
"npmlog": ">=1.0.0"
}
}