46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "orbit-db",
|
|
"version": "0.7.5",
|
|
"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": {
|
|
"buffer": "^4.5.1",
|
|
"ipfs-log": "^1.2.7",
|
|
"lazy.js": "^0.4.2",
|
|
"logplease": "^1.2.5",
|
|
"socket.io-client": "^1.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"asyncawait": "^1.0.1",
|
|
"babel-core": "^6.7.6",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-plugin-transform-runtime": "^6.7.5",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"eslint": "^2.3.0",
|
|
"ipfs-api": "^3.0.0",
|
|
"ipfsd-ctl": "^0.12.0",
|
|
"json-loader": "^0.5.4",
|
|
"lodash": "^4.3.0",
|
|
"mocha": "^2.4.5",
|
|
"orbit-common": "^0.2.8",
|
|
"stream-http": "^2.2.1",
|
|
"webpack": "^1.12.15"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"lint": "$(npm bin)/eslint ./src || true",
|
|
"build": "npm run build:dist && npm run build:examples",
|
|
"build:dist": "./node_modules/.bin/webpack --config webpack.config.js",
|
|
"build:examples": "./node_modules/.bin/webpack --config webpack.example.config.js"
|
|
}
|
|
}
|