{
  "name": "insight-explorer",
  "version": "1.0.10",
  "description": "Easily retreive information about transactions and addresses from any insight api explorer",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run compile && jest",
    "compile": "./node_modules/.bin/babel --presets es2015 -d lib/ src/",
    "prepublish": "npm run compile"
  },
  "keywords": [
    "Insight",
    "API",
    "blockchain",
    "explorer",
    "oip",
    "flo",
    "bitcoin",
    "litecoin",
    "explorer",
    "address",
    "transaction",
    "lookup"
  ],
  "author": "Sky Young <sky@alexandria.io>",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.18.0",
    "socket.io-client": "^2.1.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "jest": "^23.1.0"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
