123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "cobox-crypto",
- "version": "1.1.0",
- "description": "crypto encoding library for use in cobox",
- "main": "index.js",
- "repository": "keybase://team/blockades.cobox/cobox-crypto",
- "author": "magma collective",
- "license": "AGPL-3",
- "scripts": {
- "test": "tape test/**/*.test.js | tap-spec",
- "cover": "nyc tape test/**/*.test.js | tap-spec"
- },
- "dependencies": {
- "assert": "^2.0.0",
- "bip39": "^3.0.2",
- "crypto-encoder": "^1.0.1",
- "hypercore-crypto": "^1.0.0",
- "sodium-native": "^2.4.2"
- },
- "devDependencies": {
- "debug": "^4.1.1",
- "hypercore": "^7.5.0",
- "mkdirp": "^0.5.1",
- "nyc": "^14.1.1",
- "ram": "0.0.3",
- "random-access-memory": "^3.1.1",
- "rimraf": "^2.6.3",
- "tap-spec": "^5.0.0",
- "tape": "^4.11.0",
- "tape-plus": "^1.0.0",
- "tmp": "^0.1.0"
- }
- }
|