25 lines
465 B
JSON
25 lines
465 B
JSON
{
|
|
"name": "orbit-client",
|
|
"version": "0.1.1",
|
|
"description": "Event Log and KeyValue Store on IPFS",
|
|
"author": "Haad",
|
|
"license": "MIT",
|
|
"engines" : {
|
|
"node" : "^4.x.x"
|
|
},
|
|
"main": "src/OrbitClient.js",
|
|
"dependencies": {
|
|
"asyncawait": "^1.0.1",
|
|
"bluebird": "^3.1.1",
|
|
"bs58": "^3.0.0",
|
|
"ipfsd-ctl": "^0.7.1",
|
|
"unirest": "^0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.3.4"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
}
|
|
}
|