{
  "name": "ed25519-supercop",
  "version": "2.0.1",
  "description": "ed25519 curve operations using a supercop/ref10 implementation",
  "main": "index.js",
  "gypfile": true,
  "dependencies": {
    "napi-macros": "^2.0.0",
    "node-gyp-build": "^4.2.3"
  },
  "scripts": {
    "vendor": "git clone https://github.com/orlp/ed25519 vendor/ed25519",
    "rebuild": "node-gyp rebuild",
    "test": "tape test/*.js",
    "prebuild": "prebuildify --napi --strip",
    "prebuild-ia32": "prebuildify --napi --strip --arch=ia32",
    "install": "node-gyp-build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/substack/ed25519-supercop.git"
  },
  "keywords": [
    "ed25519",
    "supercop",
    "ref10",
    "nightcracker",
    "elliptic",
    "curve"
  ],
  "author": "substack",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/substack/ed25519-supercop/issues"
  },
  "homepage": "https://github.com/substack/ed25519-supercop#readme",
  "devDependencies": {
    "prebuildify": "^4.0.0",
    "tape": "^4.2.0"
  }
}
