forked from interledger-deprecated/ilp-plugin-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "ilp-plugin-ethereum",
"version": "2.0.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": "^2.11.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.1",
"eslint-plugin-standard": "^1.3.2",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"mock-require": "^1.3.0"
},
"dependencies": {
"base64url": "^2.0.0",
"debug": "^2.2.0",
"uuid4": "^1.0.0",
"web3": "^0.17.0-alpha"
}
}