polkadot-js/client

View on GitHub
packages/client-www/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@polkadot/client-www",
  "version": "0.23.0-beta.30",
  "description": "A simple POC browser wrapper for the client",
  "main": "index.js",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/polkadot-js/client.git"
  },
  "keywords": [
    "Polkadot",
    "wasm"
  ],
  "author": "Jaco Greeff <jacogr@gmail.com>",
  "maintainers": [
    "Jaco Greeff <jacogr@gmail.com>"
  ],
  "contributors": [],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/polkadot-js/client/issues"
  },
  "homepage": "https://github.com/polkadot-js/client/tree/master/packages/client-www#readme",
  "dependencies": {
    "@babel/runtime": "^7.6.0",
    "@polkadot/client": "^0.23.0-beta.30"
  }
}