{
  "name": "fabric-sdk-node",
  "version": "1.1.0",
  "main": "index.js",
  "repository": {
    "type": "gerrit",
    "url": "http://gerrit.hyperledger.org/r/fabric-sdk-node"
  },
  "scripts": {
    "test": "gulp test-headless"
  },
  "devDependencies": {
    "@types/bytebuffer": "^5.0.34",
    "bn.js": "^4.11.8",
    "bunyan": "^1.8.10",
    "@cloudant/cloudant": "^2.1.0",
    "del": "^2.2.2",
    "elliptic": "^6.3.2",
    "eslint": "^4.6.1",
    "fabric-ca-client": "file:./fabric-ca-client",
    "fabric-client": "file:./fabric-client",
    "fs-extra": "^2.0.0",
    "gulp": "^3.9.1",
    "gulp-add-src": "^0.2.0",
    "gulp-debug": "^3.0.0",
    "gulp-eslint": "^3.0.1",
    "gulp-istanbul": "^1.1.1",
    "gulp-jsdoc3": "^0.3.0",
    "gulp-shell": "^0.6.3",
    "gulp-tape": "0.0.9",
    "gulp-watch": "^4.3.11",
    "gunzip-maybe": "^1.3.1",
    "heapdump": "^0.3.9",
    "intercept-stdout": "^0.1.2",
    "jsrsasign": "^7.2.2",
    "log4js": "^0.6.38",
    "mock-couch": "git+https://github.com/jimthematrix/mock-couch.git",
    "nano": "6.4.0",
    "require-dir": "^0.3.0",
    "rewire": "^2.5.2",
    "sinon": "^3.2.1",
    "tap-colorize": "^1.2.0",
    "tape": "^4.5.1",
    "tape-promise": "^1.1.0",
    "tar-fs": "^1.13.0",
    "targz": "^1.0.1",
    "winston": "^2.2.0",
    "x509": "^0.3.2",
    "typescript": "^2.5.2"
  },
  "license": "Apache-2.0",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "https://github.com/hyperledger/fabric/blob/master/LICENSE"
    }
  ]
}
