{
  "name": "eth-owned",
  "version": "0.0.1",
  "description": "A very simple Owned Contract with restricted modifier.",
  "homepage": "https://github.com/bcolucci/eth-owned",
  "author": "Brice Colucci <brice.colucci@gmail.com>",
  "license": "MIT",
  "keywords": [
    "eth",
    "etherum",
    "blockchain",
    "truffle",
    "owned"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcolucci/eth-owned.git"
  },
  "scripts": {
    "test": "truffle test",
    "dev-serve": "ganache-cli"
  },
  "bugs": {
    "url": "https://github.com/bcolucci/eth-owned/issues"
  },
  "dependencies": {
    "ganache-cli": "^6.1.0",
    "truffle": "^4.1.3"
  }
}
