{ "name": "orbit-db", "version": "0.13.6", "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": "html5-fs" }, "main": "src/OrbitDB.js", "dependencies": { "logplease": "^1.2.9", "orbit-db-store": "^0.1.9", "ipfs-log": "^1.5.2", "orbit-db-counterstore": "0.1.7", "orbit-db-eventstore": "0.1.8", "orbit-db-feedstore": "0.1.7", "orbit-db-kvstore": "0.1.6", "orbit-db-pubsub": "0.0.6", "orbit-db-docstore": "0.0.8" }, "devDependencies": { "asyncawait": "^1.0.6", "babel-core": "^6.11.4", "babel-loader": "^6.2.4", "babel-plugin-transform-runtime": "^6.8.0", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.6.0", "bluebird": "^3.4.6", "exports-loader": "^0.6.3", "fs-pull-blob-store": "^0.3.0", "html5-fs": "https://github.com/haadcode/html5-fs.git", "ipfs-daemon": "0.0.3", "ipfs-test-apis": "0.0.1", "json-loader": "^0.5.4", "lodash": "^4.3.0", "mocha": "^3.1.0", "stream-http": "^2.2.1", "webpack": "^2.1.0-beta.7" }, "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", "postinstall": "./scripts/post_install.sh", "test": "mocha", "build": "npm run build:dist && npm run build:minified && npm run build:examples", "build:dist": "./node_modules/.bin/webpack --config conf/webpack.config.js", "build:minified": "./node_modules/.bin/webpack --config conf/webpack.config.minified.js", "build:examples": "./node_modules/.bin/webpack --config conf/webpack.example.config.js", "stats": "./node_modules/.bin/webpack --json > stats.json" } }