12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "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.3",
- "debug": "^4.1.1",
- "js-yaml": "^3.13.1",
- "mkdirp": "^0.5.1",
- "os": "^0.1.1"
- },
- "devDependencies": {
- "hypercore-crypto": "^1.0.0",
- "proxyquire": "^2.1.3",
- "nyc": "^14.1.1",
- "random-words": "^1.1.0",
- "rimraf": "^2.6.3",
- "sinon": "^8.1.1",
- "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"
- }
|