{
  "name": "cc-block-parser",
  "version": "0.5.8",
  "description": "Parse the blockchain and build a Colored-Coins",
  "main": "scanner.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha -- -R spec",
    "coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Colored-Coins/Parser.git"
  },
  "contributors": [
    {
      "name": "Eliran Zach",
      "email": "thehobbit85@gmail.com"
    },
    {
      "name": "bejavu",
      "email": "tal@colu.com"
    },
    {
      "name": "oleiba",
      "email": "oded@colu.com"
    }
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "async": "~2.4.0",
    "bitcoin-async": "^1.0.0",
    "cc-assetid-encoder": "^0.6.0",
    "cc-get-assets-outputs": "^1.2.0",
    "cc-transaction": "^1.2.0",
    "lodash": "^3.10.1",
    "mongoose": "~4.4.3"
  }
}
