25 lines
479 B
JSON
25 lines
479 B
JSON
{
|
|
"name": "orbit-client",
|
|
"version": "1.0.0",
|
|
"description": "A client module to communicate with an Orbit network",
|
|
"main": "OrbitClient.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "Haad",
|
|
"license": "ISC",
|
|
"engines" : {
|
|
"node" : "^4.x.x"
|
|
},
|
|
"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"
|
|
}
|
|
}
|