forked from CodeWarriorr/electrum-client-js
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 943 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
{
"name": "@aguycalled/electrum-client-js",
"version": "0.1.14",
"description": "Electrum protocol client for node.js and browser",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"websocket": "^1.0.29"
},
"devDependencies": {
"chai": "^4.2.0",
"electrum-host-parse": "^0.1.1",
"eslint": "^6.1.0",
"eslint-config-google": "^0.13.0",
"fs": "0.0.1-security",
"mocha": "^6.2.0"
},
"homepage": "https://github.com/aguycalled/electrum-client-js#readme",
"repository": {
"type": "git",
"url": "git://github.com/aguycalled/electrum-client-js.git"
},
"bugs": {
"url": "https://github.com/aguycalled/electrum-client-js/issues"
},
"keywords": [
"client",
"electrum",
"bitcoin"
],
"engines": {
"node": ">=6"
},
"author": "Yuki Akiyama",
"license": "MIT"
}