{ "name": "orbit-db", "version": "0.16.0-beta.4", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/haadcode/orbit-db" }, "engines": { "node": "^6.x.x" }, "browser": { "fs-pull-blob-store": "idb-pull-blob-store" }, "main": "src/OrbitDB.js", "dependencies": { "fs-pull-blob-store": "^0.4.1", "idb-pull-blob-store": "^0.5.1", "lock": "^0.1.3", "logplease": "^1.2.9", "orbit-db-counterstore": "^0.1.8", "orbit-db-docstore": "haadcode/orbit-db-docstore", "orbit-db-eventstore": "^0.1.8", "orbit-db-feedstore": "^0.1.7", "orbit-db-kvstore": "^0.1.6", "orbit-db-pubsub": "^0.1.4", "pull-stream": "^3.4.5" }, "devDependencies": { "asyncawait": "^1.0.6", "babel-core": "^6.18.0", "babel-loader": "^6.2.7", "babel-plugin-transform-runtime": "^6.15.0", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "bluebird": "^3.4.6", "ipfs-daemon": "^0.3.0-beta.10", "ipfs-test-apis": "^0.1.0-beta.4", "json-loader": "^0.5.4", "lodash": "^4.16.4", "mocha": "^3.1.2", "stream-http": "^2.5.0", "webpack": "^2.1.0-beta.28" }, "scripts": { "examples": "npm run examples:node", "examples:node": "node examples/eventlog.js", "examples:browser": "open examples/browser/index.html && LOG=debug node examples/start-daemon.js", "test": "mocha", "build": "npm run build:dist && npm run build:minified && npm run build:examples", "build:dist": "webpack --config conf/webpack.config.js", "build:minified": "webpack --config conf/webpack.config.minified.js", "build:examples": "webpack --config conf/webpack.example.config.js", "stats": "webpack --json > stats.json" } }