parity-wordlist 1.3.0

Word list used to generate brain wallets for Parity.
Documentation
{
  "name": "@parity/wordlist",
  "version": "1.1.0",
  "description": "Parity Brain Wallets wordlist library",
  "main": "index.js",
  "scripts": {
    "test": "mocha index.spec.js",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paritytech/wordlist.git"
  },
  "author": "Parity Technologies <admin@parity.io>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/paritytech/wordlist/issues"
  },
  "homepage": "https://github.com/paritytech/wordlist#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "expect": "^1.20.2",
    "mocha": "^3.2.0",
    "standard": "^9.0.2"
  }
}