{
    "name": "get-eth-price",
    "version": "1.0.0",
    "description": "Get the current and historical ETH price in BTC and some major fiat currencies",
    "main": "index.js",
    "scripts": {
        "test": "node ./test_index.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/codervince/get-eth-price.git"
    },
    "author": {
        "name": "codervince <codervince@protonmail.com>"
    },
    "keywords": [
        "ethereum",
        "cryptocurrency",
        "eth",
        "price",
        "ticker",
        "BTC",
        "ETH"
    ],
    "license": "MIT",
    "dependencies": {
        "bluebird": "^3.5.0",
        "moment": "^2.18.1",
        "popsicle": "^9.1.0"
    }
}