2015-12-26 19:05:51 +02:00
|
|
|
{
|
2016-02-03 14:22:58 +07:00
|
|
|
"name": "orbit-db",
|
2016-03-22 18:43:52 +01:00
|
|
|
"version": "0.5.7",
|
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
|
|
|
},
|
2016-03-10 09:43:06 +01:00
|
|
|
"main": "src/Client.js",
|
2015-12-26 19:05:51 +02:00
|
|
|
"dependencies": {
|
|
|
|
"asyncawait": "^1.0.1",
|
2016-03-22 08:52:08 +01:00
|
|
|
"ipfs-log": "^1.0.x",
|
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-03-11 09:31:03 +01:00
|
|
|
"socket.io-client": "^1.4.5"
|
2015-12-26 19:05:51 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-03-06 17:00:01 +01:00
|
|
|
"eslint": "^2.3.0",
|
2016-02-22 12:36:32 +02:00
|
|
|
"mocha": "^2.3.4"
|
2016-01-20 16:05:47 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-03-06 17:00:01 +01:00
|
|
|
"test": "mocha",
|
|
|
|
"lint": "$(npm bin)/eslint ./src || true"
|
2015-12-26 19:05:51 +02:00
|
|
|
}
|
|
|
|
}
|