{
  "name": "dworthjs",
  "version": "0.8.9",
  "description": "Wortheum blockchain RPC client library",
  "author": "Wortheum Devs",
  "license": "BSD-3-Clause",
  "main": "./lib/index-node",
  "typings": "./lib/index",
  "browser": {
    "./lib/index-node": "./dist/dworth.js",
    "./src/index-node": "./dist/dworth.js",
    "./src/version": "./lib/version.js"
  },
  "files": [
    "dist/*",
    "lib/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wortheumio/dworth.git"
  },
  "scripts": {
    "test": "make ci-test",
    "prepublishOnly": "make all"
  },
  "keywords": [
    "blockchain",
    "client",
    "rpc",
    "worth",
    "wortheum"
  ],
  "dependencies": {
    "bs58": "^4.0.1",
    "bytebuffer": "^5.0.1",
    "core-js": "^2.5.0",
    "node-fetch": "^2.0.0-alpha.9",
    "secp256k1": "^3.3.1",
    "verror": "^1.10.0",
    "whatwg-fetch": "^2.0.3"
  },
  "devDependencies": {
    "@types/bytebuffer": "^5.0.33",
    "@types/mocha": "^2.2.44",
    "@types/node": "^8.0.50",
    "@types/verror": "^1.10.3",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babelify": "^8.0.0",
    "browserify": "^14.5.0",
    "coveralls": "^3.0.0",
    "derequire": "^2.0.6",
    "dts-generator": "^2.1.0",
    "encoding": "^0.1.12",
    "karma": "^1.7.1",
    "karma-browserify": "^5.1.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sauce-launcher": "^1.2.0",
    "lorem-ipsum": "^1.0.4",
    "mocha": "^4.0.1",
    "nyc": "^11.3.0",
    "regenerator-runtime": "^0.11.0",
    "ts-node": "^3.3.0",
    "tsify": "^3.0.1",
    "tslint": "^5.8.0",
    "typedoc": "^0.9.0",
    "typescript": "^2.6.1",
    "uglify-js": "^3.1.8",
    "watchify": "^3.9.0"
  },
  "bugs": {
    "url": "https://github.com/wortheumio/dworth/issues"
  },
  "homepage": "https://github.com/wortheumio/dworth#readme",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "lib": "lib",
    "test": "test"
  }
}
