UNPKG

389 BJSONView Raw
1{
2 "name": "veros-demo",
3 "version": "3.1.66",
4 "description": "Library to communicate with veros crypto on ethereum blockchain",
5 "main": "veros.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Dan Cearnau<dan.cearnau@udevoffice.com>",
10 "license": "ISC",
11 "dependencies": {
12 "big-number": "^0.4.0",
13 "web3": "^0.17.0-beta"
14 }
15}