orbit-db/package.json
2016-04-11 14:17:18 +02:00

33 lines
682 B
JSON

{
"name": "orbit-db",
"version": "0.6.4",
"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/Client.js",
"dependencies": {
"asyncawait": "^1.0.1",
"ipfs-log": "^1.1.3",
"lazy.js": "^0.4.2",
"lodash": "^4.3.0",
"log4js": "^0.6.33",
"orbit-common": "^0.2.3",
"socket.io-client": "^1.4.5"
},
"devDependencies": {
"eslint": "^2.3.0",
"mocha": "^2.3.4"
},
"scripts": {
"test": "mocha",
"lint": "$(npm bin)/eslint ./src || true"
}
}