{
  "_args": [
    [
      {
        "name": "keybase-ecurve",
        "raw": "keybase-ecurve@^1.0.0",
        "rawSpec": "^1.0.0",
        "scope": null,
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/lukas/src/tgol/node_modules/kbpgp"
    ]
  ],
  "_from": "keybase-ecurve@>=1.0.0 <2.0.0",
  "_id": "keybase-ecurve@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/keybase-ecurve",
  "_npmUser": {
    "email": "themax@gmail.com",
    "name": "maxtaco"
  },
  "_npmVersion": "1.4.13",
  "_phantomChildren": {},
  "_requested": {
    "name": "keybase-ecurve",
    "raw": "keybase-ecurve@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kbpgp"
  ],
  "_resolved": "https://registry.npmjs.org/keybase-ecurve/-/keybase-ecurve-1.0.0.tgz",
  "_shasum": "c6bc72adda4603fd3184fee7e99694ed8fd69ad2",
  "_shrinkwrap": null,
  "_spec": "keybase-ecurve@^1.0.0",
  "_where": "/home/lukas/src/tgol/node_modules/kbpgp",
  "bugs": {
    "url": "https://github.com/cryptocoinjs/ecurve/issues"
  },
  "dependencies": {
    "bn": "^1.0.0"
  },
  "description": "Elliptic curve cryptography, which uses keybase/bn for bignums",
  "devDependencies": {
    "coveralls": "^2.10.0",
    "istanbul": "^0.2.10",
    "jshint": "2.5.1",
    "mocha": "^1.20.0",
    "mocha-lcov-reporter": "0.0.1",
    "mochify": "^0.4.2"
  },
  "directories": {},
  "dist": {
    "shasum": "c6bc72adda4603fd3184fee7e99694ed8fd69ad2",
    "tarball": "https://registry.npmjs.org/keybase-ecurve/-/keybase-ecurve-1.0.0.tgz"
  },
  "gitHead": "654969c8dc3536f76cbb142e5edde2d8c3bcca45",
  "homepage": "https://github.com/cryptocoinjs/ecurve",
  "keywords": [
    "cryptography",
    "crypto",
    "bitcoin",
    "litecoin",
    "elliptic",
    "curve"
  ],
  "main": "./lib/index.js",
  "maintainers": [
    {
      "email": "themax@gmail.com",
      "name": "maxtaco"
    }
  ],
  "name": "keybase-ecurve",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cryptocoinjs/ecurve.git"
  },
  "scripts": {
    "coverage": "istanbul cover ./node_modules/.bin/_mocha -- --reporter list test/*.js",
    "coveralls": "npm run-script coverage && node ./node_modules/.bin/coveralls < coverage/lcov.info",
    "jshint": "jshint --config jshint.json lib/*.js ; true",
    "test": "mocha --ui bdd",
    "unit": "mocha"
  },
  "testling": {
    "browsers": [
      "ie/9..latest",
      "chrome/latest",
      "safari/6..latest",
      "firefox/latest",
      "iphone/6..latest",
      "android-browser/4.2..latest"
    ],
    "files": "test/*.js",
    "harness": "mocha"
  },
  "version": "1.0.0"
}
