{
    "name": "lekkimworld-nordpool",
    "version": "2.0.0",
    "description": "Nord Pool ELSPOT API client",
    "main": "index.js",
    "scripts": {
        "test": "./node_modules/mocha/bin/mocha",
        "prepublish": "require-self"
    },
    "tonicExampleFilename": "./examples/hourly.js",
    "keywords": [
        "nordpool",
        "api",
        "energy",
        "prices",
        "volume",
        "capacity",
        "flow"
    ],
    "author": "Samuel Rinnetmäki",
    "repository": {
        "type": "git",
        "url": "http://github.com/samuelmr/nordpool-node.git"
    },
    "license": "MIT",
    "dependencies": {
        "moment-timezone": "^0.5.13",
        "request": "^2.81.0",
        "request-promise": "^4.2.1"
    },
    "devDependencies": {
        "nock": "^9.0.13",
        "chai": "^4.0.2",
        "mocha": "^3.4.2",
        "require-self": "^0.2.1"
    }
}
