github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/chat/flip/package.json (about)

     1  {
     2    "name": "go-flip",
     3    "version": "1.0.0",
     4    "description": "Code in Go for MPC of a coin flip",
     5    "main": "index.js",
     6    "scripts": {
     7      "test": "echo \"Error: no test specified\" && exit 1"
     8    },
     9    "repository": {
    10      "type": "git",
    11      "url": "git+https://github.com/keybase/go-flip.git"
    12    },
    13    "author": "Keybase, Inc.",
    14    "license": "BSD-3-Clause",
    15    "bugs": {
    16      "url": "https://github.com/keybase/go-flip/issues"
    17    },
    18    "homepage": "https://github.com/keybase/go-flip#readme",
    19    "dependencies": {
    20      "avdl-compiler": "^1.3.29"
    21    }
    22  }