2015-12-26 19:05:51 +02:00
|
|
|
{
|
2016-02-03 14:22:58 +07:00
|
|
|
"name": "orbit-db",
|
2016-03-06 12:06:52 +01:00
|
|
|
"version": "0.4.15",
|
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-03-03 15:37:54 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/haadcode/orbit-db"
|
|
|
|
},
|
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",
|
2016-03-03 11:51:28 +01:00
|
|
|
"lazy.js": "^0.4.2",
|
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-22 16:28:27 +02:00
|
|
|
"socket.io-client": "1.3.7"
|
2015-12-26 19:05:51 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-02-22 12:36:32 +02:00
|
|
|
"mocha": "^2.3.4"
|
2016-01-20 16:05:47 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2015-12-26 19:05:51 +02:00
|
|
|
}
|
|
|
|
}
|