forked from interledger-deprecated/ilp-plugin-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 KB
/
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
44
45
46
{
"name": "ilp-plugin-ethereum",
"version": "2.1.0",
"description": "ILP Plugin for Ethereum",
"main": "index.js",
"scripts": {
"test": "echo 'no tests.'",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interledgerjs/ilp-plugin-ethereum.git"
},
"keywords": [
"ilp",
"interledger",
"ledger",
"plugin",
"ethereum"
],
"author": "Interledger Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/interledgerjs/ilp-plugin-ethereum/issues"
},
"homepage": "https://github.com/interledgerjs/ilp-plugin-ethereum#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^4.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"mock-require": "^1.3.0"
},
"dependencies": {
"base64url": "^2.0.0",
"debug": "^2.2.0",
"node-uuid": "^1.4.8",
"uuid4": "^1.0.0",
"web3": "^0.17.0-alpha"
}
}