orbit-db/package.json

22 lines
434 B
JSON
Raw Normal View History

2015-12-26 19:05:51 +02:00
{
"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",
"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"
}
}