12345678910111213141516171819 |
- {
- "name": "cobox-local-discovery",
- "version": "1.0.0",
- "description": "find peers on local network",
- "main": "index.js",
- "scripts": {
- "test": "tape test/**/*.test.js | tap-spec"
- },
- "author": "Magma Collective",
- "license": "AGPL3",
- "dependencies": {
- "broadcast-stream": "^0.2.2"
- },
- "devDependencies": {
- "tap-spec": "^5.0.0",
- "tape": "^4.11.0",
- "tape-plus": "^1.0.0"
- }
- }
|