{
  "name": "o3-dapi-neo-docs",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "install": "bundle install",
    "start": "bundle exec middleman server",
    "dist": "bundle exec middleman build --clean"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/O3Labs/o3-dapi.git"
  },
  "author": "o3.network",
  "bugs": {
    "url": "https://github.com/O3Labs/o3-dapi/issues"
  },
  "homepage": "https://github.com/O3Labs/o3-dapi/tree/master/packages/neo",
  "devDependencies": {
    "ts-loader": "5.2.2",
    "tslint": "5.11.0",
    "tslint-loader": "3.5.4",
    "typescript": "3.1.3",
    "webpack": "4.21.0",
    "webpack-cli": "3.1.2"
  },
  "keywords": [
    "neo",
    "web3"
  ]
}
