{
  "name": "edichain",
  "version": "0.0.21",
  "description": "Provides a basic integration for ipfs (storage/distribution) and ethereum blockchain (validation/authorization) based EDIfact message exchange.",
  "main": "edichain.js",
  "scripts": {
	"start": "node ediserver.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": { "name" : "Thorsten Zoerner"
				, "email" : "me@thorsten-zoerner.com"
				, "url" : "https://blog.stromhaltig.de/"
  },
  "license": "MIT",
  "dependencies": {
    "ipfs-api": "^6.0.3",
    "json-rpc2": "^1.0.2",
    "node-forge": "^0.6.40",
    "node-json-rpc": "0.0.1",
    "node-rsa": "^0.4.0",
    "web3": "^0.16.0",
    "winston": "^2.2.0"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zoernert/edichain.git"
  },
  
  "keywords": [
    "edifact",
    "ethereum",
    "blockchain",
    "ipfs",
    "pki",
    "message exchange"
  ],
  "bugs": {
    "url": "https://github.com/zoernert/edichain/issues"
  },
  "homepage": "https://github.com/zoernert/edichain#readme"
}
