{
  "name": "bitcore-mnemonic-crown",
  "version": "0.0.0",
  "description": "BIP39 Mnemonics implemented for Bitcore.",
  "author": "Crown Developers <info@crown.tech>",
  "main": "index.js",
  "scripts": {
    "lint": "gulp lint",
    "test": "gulp test",
    "coverage": "gulp coverage",
    "build": "gulp"
  },
  "contributors": [
    {
      "name": "BitPay",
      "email": "dev@bitpay.com"
    },
    {
      "name": "Yemel Jardi",
      "email": "angel.jardi@gmail.com"
    },
    {
      "name": "Matias Alejo Garcia",
      "email": "ematiu@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Crowndev/bitcore-mnemonic-crown.git"
  },
  "keywords": [
    "crown",
    "bitcore",
    "mnemonic",
    "crypto",
    "cryptography",
    "encryption"
  ],
  "license": "MIT",
  "devDependencies": {
    "assert": "^1.1.2",
    "bitcore-build-crown": "0.2.0",
    "brfs": "^1.2.0",
    "chai": "^1.10.0",
    "gulp": "^3.8.10",
    "mocha": "^2.2.5"
  },
  "dependencies": {
    "bitcore-lib-crown": "0.3.1",
    "unorm": "^1.3.3"
  }
}
