orbit-db/package.json

28 lines
540 B
JSON
Raw Normal View History

2015-12-26 19:05:51 +02:00
{
"name": "orbit-db",
2016-02-03 17:28:21 +07:00
"version": "0.2.3",
"description": "Key-Value Store and Event Log on IPFS",
2015-12-26 19:05:51 +02:00
"author": "Haad",
"license": "MIT",
"engines": {
"node": "^4.x.x"
},
"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",
"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": {
"mocha": "^2.3.4",
"orbit-server": "^0.1.2"
},
"scripts": {
"test": "mocha"
2015-12-26 19:05:51 +02:00
}
}