forked from go-faast/ethereum-payments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 987 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
{
"name": "@faast/ethereum-payments",
"version": "1.0.2",
"description": "Utilities for ethereum payments, such as bip44 addresses, and sweeping funds",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --slow 35000 --timeout 3000000 --bail"
},
"author": "Moe Adham <[email protected]>",
"license": "MIT",
"devDependencies": {
"async": "^2.5.0",
"chai": "^3.5.0",
"mocha": "^3.0.2",
"standard": "^8.5.0"
},
"dependencies": {
"elliptic": "^6.4.0",
"ethereum-address": "0.0.4",
"ethereumjs-util": "^5.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/go-faast/ethereum-payments.git"
},
"keywords": [
"ethereum",
"bitcoin",
"bip44",
"payments",
"eth",
"faast",
"bitaccess"
],
"bugs": {
"url": "https://github.com/go-faast/ethereum-payments/issues"
},
"homepage": "https://github.com/go-faast/ethereum-payments#readme"
}