-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 879 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
{
"name": "ethereum-listener",
"version": "0.0.4",
"description": "This little npm module subscribes to the event of a contract in the ethereum blockchain and prints out the information.",
"main": "index.js",
"scripts": {
"test": "test"
},
"bin": {
"ethereum-listener": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simon991/ethereum-event-listener.git"
},
"keywords": [
"ethereum",
"event",
"subscription",
"monitoring",
"event"
],
"author": "cp2017",
"license": "MIT",
"bugs": {
"url": "https://github.com/simon991/ethereum-event-listener/issues"
},
"homepage": "https://github.com/simon991/ethereum-event-listener#readme",
"dependencies": {
"chalk": "^1.1.3",
"clear": "0.0.1",
"figlet": "^1.2.0",
"inquirer": "^3.0.1",
"web3": "0.17.0-beta"
}
}