UNPKG

cumquenumquam

Version:

Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.

65 lines (64 loc) 1.78 kB
{ "name": "@walletconnect/web3-subprovider", "version": "1.0.0-beta.12", "description": "Web3 Subprovider for WalletConnect", "scripts": { "clean": "rm -rf lib", "build": "webpack", "test": "mocha --require ./babel-polyfill.js test/**/*.spec.ts" }, "keywords": [ "walletconnect", "ethereum", "web3", "crypto", "dapp", "wallet" ], "author": "WalletConnect <walletconnect.org>", "homepage": "https://github.com/WalletConnect/walletconnect-monorepo/tree/v1.0.0-beta", "license": "LGPL-3.0", "main": "lib/index.js", "directories": { "lib": "lib", "test": "test" }, "files": [ "lib", "src" ], "repository": { "type": "git", "url": "git+https://github.com/walletconnect/walletconnect-monorepo.git" }, "bugs": { "url": "https://github.com/walletconnect/walletconnect-monorepo/issues" }, "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/node": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-typescript": "^7.1.0", "@babel/register": "^7.0.0", "@types/chai": "^4.1.6", "@types/mocha": "^5.2.5", "@types/web3-provider-engine": "^14.0.0", "chai": "^4.1.2", "isomorphic-fetch": "^2.2.1", "mocha": "5.2.0", "ts-loader": "^5.3.3", "typescript": "^3.1.3", "webpack": "^4.28.3", "webpack-cli": "^3.2.1" }, "dependencies": { "@walletconnect/browser": "^1.0.0-beta.12", "@walletconnect/qrcode-modal": "^1.0.0-beta.12", "@walletconnect/types": "^1.0.0-beta.12", "@walletconnect/utils": "^1.0.0-beta.12", "web3-provider-engine": "github:walletconnect/web3-provider-engine" }, "gitHead": "165f7993c2acc907c653c02847fb02721052c6e7" }