cobox-config
Version:
load and save a cobox configuration
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "cobox-config",
"version": "3.0.1-alpha1",
"description": "load and save a cobox configuration",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"cobox-constants": "^1.0.1",
"cobox-crypto": "^1.2.4",
"debug": "^4.1.1",
"js-yaml": "^3.13.1",
"mkdirp": "^0.5.1",
"os": "^0.1.1",
"pino": "^5.13.2",
"proxyquire": "^2.1.3",
"sinon": "^8.1.1",
"sodium-native": "^2.4.9",
"urlsafe-base64": "^1.0.0"
},
"devDependencies": {
"hypercore-crypto": "^1.0.0",
"nyc": "^14.1.1",
"random-words": "^1.1.0",
"rimraf": "^2.6.3",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
"tape-plus": "^1.0.0",
"tmp": "^0.1.0"
},
"scripts": {
"test": "tape test/**/*.test.js | tap-spec",
"cover": "nyc tape test/**/*.test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://ledger-git.dyne.org/cobox/cobox-config"
},
"keywords": [
"config",
"cobox"
],
"author": "magma collective",
"license": "AGPL-3",
"bugs": {
"url": "https://github.com/coboxcoop/cobox-config/issues"
},
"homepage": "https://github.com/coboxcoop/cobox-config#readme"
}