12345678910111213141516171819202122232425262728293031 |
- {
- "name": "cobox-group-store",
- "version": "2.0.1",
- "description": "A store for multiple cobox groups",
- "main": "index.js",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "test": "tape test/**/*.test.js | tap-spec"
- },
- "author": "magma-collective",
- "license": "AGPL-3.0-or-later",
- "dependencies": {
- "call-me-maybe": "^1.0.1",
- "debug": "^4.1.1",
- "hypercore-crypto": "^1.0.0",
- "thunky": "^1.1.0"
- },
- "devDependencies": {
- "cobox-crypto": "^1.2.2",
- "cobox-group": "3.0.0-alpha1",
- "cobox-replicator": "^1.0.2",
- "mkdirp": "^0.5.1",
- "rimraf": "^3.0.0",
- "tap-spec": "^5.0.0",
- "tape": "^4.11.0",
- "tape-plus": "^1.0.0",
- "tmp": "^0.1.0"
- }
- }
|