orbit-db/package.json

29 lines
565 B
JSON
Raw Normal View History

2015-12-26 19:05:51 +02:00
{
"name": "orbit-db",
2016-03-06 12:29:25 +01:00
"version": "0.4.16",
"description": "Key-Value Store and Event Log on IPFS",
2015-12-26 19:05:51 +02:00
"author": "Haad",
"license": "MIT",
2016-03-03 15:37:54 +01:00
"repository": {
"type": "git",
"url": "https://github.com/haadcode/orbit-db"
},
"engines": {
"node": "^4.x.x"
},
"main": "src/OrbitClient.js",
2015-12-26 19:05:51 +02:00
"dependencies": {
"asyncawait": "^1.0.1",
"lazy.js": "^0.4.2",
2016-02-16 09:20:53 +01:00
"lodash": "^4.3.0",
"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"
},
"scripts": {
"test": "mocha"
2015-12-26 19:05:51 +02:00
}
}