-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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"
}