UNPKG

nmos-ledger

Version:

NMOS discovery and registration APIs

47 lines (46 loc) 1.08 kB
{ "name": "nmos-ledger", "version": "1.0.20", "description": "NMOS discovery and registration APIs", "main": "index.js", "bin": { "nmos-ledger": "./bin/nmos-ledger" }, "directories": { "test": "test" }, "dependencies": { "async": "^2.6.0", "body-parser": "^1.18.2", "express": "^4.16.2", "mdns-js": "git+https://github.com/Streampunk/nmos-mdns-js#master", "promise": "^8.0.1", "seamless-immutable": "^7.1.3", "uuid": "^2.0.1", "ws": "^5.1.1" }, "devDependencies": { "tape": "^4.9.0" }, "scripts": { "test": "tape test/integration/*.js test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/Streampunk/ledger.git" }, "keywords": [ "AMWA", "incubator", "registration", "discovery", "JT-NM", "NMOS" ], "author": "Streampunk Media Ltd.", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Streampunk/ledger/issues" }, "homepage": "https://github.com/Streampunk/ledger#readme" }