Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/ecurve/package.json

{
  "name": "ecurve",
  "version": "1.0.6",
  "description": "Elliptic curve cryptography",
  "keywords": [
    "cryptography",
    "crypto",
    "bitcoin",
    "litecoin",
    "elliptic",
    "curve"
  ],
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.5.3",
    "standard": "^7.1.2"
  },
  "repository": {
    "url": "https://github.com/cryptocoinjs/ecurve",
    "type": "git"
  },
  "main": "./lib/index.js",
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "mocha --ui bdd"
  },
  "dependencies": {
    "bigi": "^1.1.0",
    "safe-buffer": "^5.0.1"
  }
}
Back to Directory File Manager