2015-12-26 19:05:51 +02:00
|
|
|
{
|
2016-02-03 14:22:58 +07:00
|
|
|
"name": "orbit-db",
|
2016-02-03 17:28:21 +07:00
|
|
|
"version": "0.2.3",
|
2016-02-03 14:22:58 +07:00
|
|
|
"description": "Key-Value Store and Event Log on IPFS",
|
2015-12-26 19:05:51 +02:00
|
|
|
"author": "Haad",
|
2016-01-20 16:05:47 +08:00
|
|
|
"license": "MIT",
|
2016-02-03 14:22:58 +07:00
|
|
|
"engines": {
|
|
|
|
"node": "^4.x.x"
|
2016-01-20 16:05:47 +08:00
|
|
|
},
|
|
|
|
"main": "src/OrbitClient.js",
|
2015-12-26 19:05:51 +02:00
|
|
|
"dependencies": {
|
|
|
|
"asyncawait": "^1.0.1",
|
|
|
|
"bluebird": "^3.1.1",
|
|
|
|
"bs58": "^3.0.0",
|
2016-02-16 09:20:53 +01:00
|
|
|
"lodash": "^4.3.0",
|
2016-02-03 14:22:58 +07:00
|
|
|
"orbit-common": "^0.1.0",
|
2016-02-09 17:01:39 +01:00
|
|
|
"redis": "^2.4.2",
|
2015-12-26 19:05:51 +02:00
|
|
|
"unirest": "^0.4.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-02-03 14:22:58 +07:00
|
|
|
"mocha": "^2.3.4",
|
|
|
|
"orbit-server": "^0.1.2"
|
2016-01-20 16:05:47 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2015-12-26 19:05:51 +02:00
|
|
|
}
|
|
|
|
}
|