{
  "name": "goosig",
  "version": "0.11.0",
  "description": "Group of unknown order signatures",
  "keywords": [
    "crypto",
    "goosig",
    "rsa"
  ],
  "license": "MIT",
  "repository": "git://github.com/handshake-org/goosig.git",
  "homepage": "https://github.com/handshake-org/goosig",
  "bugs": {
    "url": "https://github.com/handshake-org/goosig/issues"
  },
  "author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
  "main": "./lib/goosig.js",
  "scripts": {
    "install": "node-gyp rebuild",
    "lint": "eslint ./{bench,etc,lib{,/js,/native,/internal},scripts,test{,/util}}/*.js",
    "test": "bmocha -S 'test/*-test.js'"
  },
  "dependencies": {
    "bcrypto": "~5.5.2",
    "bsert": "~0.0.13",
    "loady": "~0.0.5"
  },
  "devDependencies": {
    "bmocha": "^2.2.1",
    "bslintrc": "^0.0.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "gypfile": true,
  "browser": {
    "./lib/goo": "./lib/goo-browser.js"
  }
}
