orbit-db/package.json
2016-03-06 12:06:52 +01:00

29 lines
565 B
JSON

{
"name": "orbit-db",
"version": "0.4.15",
"description": "Key-Value Store and Event Log on IPFS",
"author": "Haad",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/haadcode/orbit-db"
},
"engines": {
"node": "^4.x.x"
},
"main": "src/OrbitClient.js",
"dependencies": {
"asyncawait": "^1.0.1",
"lazy.js": "^0.4.2",
"lodash": "^4.3.0",
"orbit-common": "^0.1.0",
"socket.io-client": "1.3.7"
},
"devDependencies": {
"mocha": "^2.3.4"
},
"scripts": {
"test": "mocha"
}
}