45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "orbit-db",
|
|
"version": "0.8.5",
|
|
"description": "Distributed p2p database on IPFS",
|
|
"author": "Haad",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/haadcode/orbit-db"
|
|
},
|
|
"engines": {
|
|
"node": "^4.x.x"
|
|
},
|
|
"main": "src/OrbitDB.js",
|
|
"dependencies": {
|
|
"logplease": "^1.2.6",
|
|
"orbit-db-counterstore": "0.0.5",
|
|
"orbit-db-eventstore": "0.0.6",
|
|
"orbit-db-feedstore": "0.0.4",
|
|
"orbit-db-kvstore": "0.0.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",
|
|
"ipfs-api": "^3.0.2",
|
|
"ipfsd-ctl": "^0.13.0",
|
|
"json-loader": "^0.5.4",
|
|
"lodash": "^4.3.0",
|
|
"mocha": "^2.4.5",
|
|
"orbit-server": "^0.2.3",
|
|
"stream-http": "^2.2.1",
|
|
"webpack": "^1.12.15"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"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"
|
|
}
|
|
}
|