{
  "_from": "ethereumjs-tx@^1.2.0",
  "_id": "ethereumjs-tx@1.3.7",
  "_inBundle": false,
  "_integrity": "sha512-wvLMxzt1RPhAQ9Yi3/HKZTn0FZYpnsmQdbKYfUUpi4j1SEIcbkd9tndVjcPrufY3V7j2IebOpC00Zp2P/Ay2kA==",
  "_location": "/ethereumjs-tx",
  "_phantomChildren": {
    "bn.js": "4.11.8",
    "create-hash": "1.2.0",
    "ethjs-util": "0.1.6",
    "keccak": "1.4.0",
    "rlp": "2.1.0",
    "safe-buffer": "5.1.2",
    "secp256k1": "3.5.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ethereumjs-tx@^1.2.0",
    "name": "ethereumjs-tx",
    "escapedName": "ethereumjs-tx",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/eth-block-tracker",
    "/eth-json-rpc-middleware",
    "/eth-tx-summary",
    "/eth-tx-summary/eth-block-tracker",
    "/eth-tx-summary/web3-provider-engine",
    "/ethereumjs-block",
    "/web3-provider-engine"
  ],
  "_resolved": "https://registry.npmjs.org/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz",
  "_shasum": "88323a2d875b10549b8347e09f4862b546f3d89a",
  "_spec": "ethereumjs-tx@^1.2.0",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum/node_modules/web3-provider-engine",
  "author": {
    "name": "mjbecze",
    "email": "mb@ethdev.com"
  },
  "bugs": {
    "url": "https://github.com/ethereumjs/ethereumjs-tx/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "email": "-c-g-",
      "url": "https://github.com/cgewecke"
    },
    {
      "name": "Kirill Fomichev",
      "email": "fanatid@ya.ru",
      "url": "https://github.com/fanatid"
    },
    {
      "name": "Rick Behl",
      "url": "https://github.com/Nexus7"
    },
    {
      "name": "Tim Coulter",
      "email": "tim@timothyjcoulter.com",
      "url": "https://github.com/tcoulter"
    },
    {
      "name": "kumavis",
      "email": "aaron@kumavis.me",
      "url": "https://github.com/kumavis"
    },
    {
      "name": "Jack Peterson",
      "email": "jack@tinybike.net",
      "url": "https://github.com/tinybike"
    },
    {
      "name": "Nick Dodson",
      "url": "https://github.com/SilentCicero"
    },
    {
      "url": "https://github.com/ckeenan"
    },
    {
      "name": "Alex Beregszaszi",
      "email": "alex@rtfs.hu",
      "url": "https://github.com/axic"
    },
    {
      "url": "https://github.com/wanderer"
    },
    {
      "url": "https://github.com/kvhnuke"
    }
  ],
  "dependencies": {
    "ethereum-common": "^0.0.18",
    "ethereumjs-util": "^5.0.0"
  },
  "deprecated": false,
  "description": "An simple module for creating, manipulating and signing ethereum transactions",
  "devDependencies": {
    "async": "^2.0.0",
    "babel-cli": "^6.22.2",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.16.0",
    "babelify": "^7.3.0",
    "browserify": "^13.0.0",
    "contributor": "^0.1.25",
    "coveralls": "^2.11.4",
    "documentation": "^3.0.4",
    "ethereumjs-testing": "0.0.1",
    "istanbul": "^0.4.1",
    "karma": "^1.1.1",
    "karma-browserify": "^5.1.0",
    "karma-detect-browsers": "^2.0.2",
    "karma-env-preprocessor": "^0.1.1",
    "karma-firefox-launcher": "^1.0.0",
    "karma-tap": "^2.0.1",
    "minimist": "^1.2.0",
    "standard": "^7.1.2",
    "tape": "^4.0.3"
  },
  "homepage": "https://github.com/ethereumjs/ethereumjs-tx",
  "keywords": [
    "ethereum",
    "transactions"
  ],
  "license": "MPL-2.0",
  "main": "es5/index.js",
  "name": "ethereumjs-tx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereumjs/ethereumjs-tx.git"
  },
  "scripts": {
    "build:docs": "documentation --github  -f md ./index.js > ./docs/index.md && contributor",
    "build:es5": "babel index.js --source-root ./ -d ./es5",
    "coverage": "istanbul cover ./test/index.js",
    "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
    "lint": "standard",
    "test": "npm run test:node && npm run test:browser",
    "test:browser": "karma start karma.conf.js",
    "test:node": "tape ./test/index.js"
  },
  "standard": {
    "ignore": [
      "es5/**",
      "dist/**",
      "package-init.js",
      "package.js"
    ]
  },
  "version": "1.3.7"
}
