UNPKG

trip-wallet

Version:
49 lines (48 loc) 1.25 kB
{ "name": "trip-wallet", "version": "0.1.17", "description": "Trip wallet SDK for JavaScript", "authors": [ { "name": "Jay", "email": "lijiakof@gmail.com", "url": "https://github.com/lijiakof/" } ], "repository": { "type": "git", "url": "https://github.com/thetripio/wallet-js.git" }, "keywords": [ "blockchain", "eth", "btc", "trip", "tripio", "trio", "wallet" ], "main": "dist/index.js", "dependencies": { "ethereumjs-abi": "^0.6.5", "ethereumjs-tx": "^1.3.4", "ethereumjs-wallet": "^0.6.0", "web3": "0.19.1" }, "scripts": { "test": "BABEL_ENV=test jest", "coverage": "BABEL_ENV=test jest --coverage", "build": "BABEL_ENV=build rollup -c", "deploy": "yarn build && yarn publish" }, "devDependencies": { "babel-core": "^6.26.3", "babel-jest": "^23.0.1", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "jest": "^23.1.0", "rollup": "^0.59.4", "rollup-plugin-babel": "^3.0.4" } }