bitspace-migration-tool
Version:
A tool for migrating from bitdrive-daemon to bitspace.
37 lines (36 loc) • 934 B
JSON
{
"name": "bitspace-migration-tool",
"version": "1.0.0",
"description": "A tool for migrating from bitdrive-daemon to bitspace.",
"main": "index.js",
"bin": {
"bitspace-migration-tool": "bin.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitwebs/bitspace-migration-tool.git"
},
"keywords": [
"bitspace",
"bitdrive",
"daemon",
"migration"
],
"author": "Andrew Osheroff <andrewosh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitwebs/bitspace-migration-tool/issues"
},
"homepage": "https://github.com/bitwebs/bitspace-migration-tool#readme",
"dependencies": {
"bitspace": "^1.0.0",
"bitspace-client": "^1.0.0",
"buffer-json-encoding": "^1.0.2",
"level": "^6.0.1",
"stream-collector": "^1.0.1",
"subleveldown": "^5.0.0"
}
}