{
  "name": "uport-registry",
  "version": "5.1.0",
  "description": "uPort Registry contracts and JS middleware",
  "main": "build/contracts/UportRegistry.json",
  "repository": {
    "type": "git",
    "url": "https://github.com/ConsenSys/uport-registry.git"
  },
  "homepage": "https://github.com/ConsenSys/uport-registry",
  "bugs": {
    "url": "https://github.com/ConsenSys/uport-registry/issues"
  },
  "keywords": [
    "uPort"
  ],
  "author": "ConsenSys",
  "license": "Apache-2",
  "devDependencies": {
    "ethereumjs-testrpc": "^3.0.3",
    "mocha": "^2.4.5",
    "standard": "^9.0.2",
    "truffle": "^3.2.1",
    "truffle-contract": "^2.0.0",
    "web3": "^0.16.0"
  },
  "scripts": {
    "build": "node_modules/.bin/browserify -t babelify src/uportregistry.js -s uportRegistry -o dist/uportregistry.js",
    "compile-contract": "./node_modules/.bin/truffle compile",
    "lint": "./node_modules/.bin/standard",
    "test": "node_modules/.bin/mocha --compilers js:babel-core/register --reporter spec"
  },
  "dependencies": {
  },
  "contributors": [
    {
      "name": "Christian Lundkvist",
      "email": "christian.lundkvist@consensys.net",
      "url": "http://consensys.net/"
    },
    {
      "name": "Joel Torstensson",
      "email": "joel.torstensson@consensys.net",
      "url": "http://consensys.net/"
    },
    {
      "name": "Pelle Braendgaard",
      "email": "pelle.braendgaard@consensys.net",
      "url": "http://consensys.net/"
    },
    {
      "name": "Zac Mitton",
      "email": "zac.mitton@consensys.net",
      "url": "http://zacmitton.com/"
    }
  ],
  "standard": {
    "ignore": [
      "dist/**",
      "lib/**"
    ],
    "globals": [
      "artifacts",
      "describe",
      "it",
      "before"
    ]
  }
}
