Files: 0eb95aa50649c50e649d4a15e0e8985752ea5db5 / package.json
453 bytesRaw
1 | { |
2 | "name": "eth_watcher", |
3 | "version": "1.0.0", |
4 | "description": "Watch an Ethereum contract for events", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "keywords": [ |
10 | "Ethereum", |
11 | "Events" |
12 | ], |
13 | "author": "Joran Kikke", |
14 | "license": "GPL-3.0", |
15 | "bin": { |
16 | "ethwatcher": "./index.js" |
17 | }, |
18 | "dependencies": { |
19 | "chalk": "^1.1.3", |
20 | "commander": "^2.9.0", |
21 | "web3": "^0.19.0" |
22 | } |
23 | } |
24 |
Built with git-ssb-web