{
  "name": "openassets",
  "version": "0.2.0",
  "description": "JavaScript implementation of the Open Assets Protocol",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: see README for instructions on running tests\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andrewfhart/openassets"
  },
  "keywords": [
    "Open",
    "Assets",
    "Protocol",
    "OAP",
    "Colored",
    "Coins",
    "Blockchain",
    "Smart",
    "Property"
  ],
  "author": "Andrew Hart <hello@andrewfhart.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/andrewfhart/openassets/issues"
  },
  "homepage": "https://github.com/andrewfhart/openassets",
  "devDependencies": {
    "assert": "^1.1.2",
    "bitcoind-rpc": "0.3.1",
    "chai": "^1.9.2",
    "mocha": "^2.0.1",
    "should": "^4.2.1",
    "sinon": "^1.11.1"
  },
  "dependencies": {
    "async": "^0.9.0",
    "bitcore": "^0.13.4",
    "bufferput": "^0.1.2",
    "buffertools": "^2.1.2",
    "leb": "^0.3.0"
  }
}
