UNPKG

stromdao-bo-mpo

Version:

Operation of an Energy Meter Point using StromDAO Business Object for Energy Blockchain. Abstraction for storage connection as crossed meter point.

62 lines (61 loc) 1.61 kB
{ "name": "stromdao-bo-mpo", "version": "0.2.43", "engines": { "node": ">=7.6.0", "npm": ">=4.5.0" }, "description": "Operation of an Energy Meter Point using StromDAO Business Object for Energy Blockchain. Abstraction for storage connection as crossed meter point.", "main": "index.js", "scripts": { "test": "mocha --harmony " }, "repository": { "type": "git", "url": "git+https://github.com/energychain/BusinessObject-MeterPointOperation.git" }, "keywords": [ "stromdao", "energy", "blockchain", "power", "electricity", "decentralized", "meterpoint", "smartmeter" ], "bin": { "stromdao-mp": "./index.js", "stromdao.mp": "./index.js", "stromdao": "./index.js" }, "author": "Thorsten Zoerner", "license": "ISC", "bugs": { "url": "https://github.com/energychain/BusinessObject-MeterPointOperation/issues" }, "homepage": "https://github.com/energychain/BusinessObject-MeterPointOperation#readme", "dependencies": { "bo-ipfs-dag": "0.0.1", "dotenv": "^4.0.0", "ethers": "^2.2.1", "ethers-contracts": "^2.2.0", "ethers-providers": "^2.1.19", "ethers-utils": "^2.1.9", "ethers-wallet": "^2.1.7", "file-zip": "^1.0.1", "hapi": "^16.1.1", "inert": "^4.2.1", "node-persist": "^2.1.0", "opener": "^1.4.3", "request-json": "^0.6.2", "stromdao-bo-discovergy": "0.0.2", "stromdao-businessobject": "^0.5.28", "stromdao-cli-helper": "^0.0.7", "sync-request": "^4.1.0", "vorpal": "^1.12.0" }, "devDependencies": { "bithound": "^1.7.0" } }