forked from Streampunk/ledger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 987 Bytes
/
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
{
"name": "nmos-ledger",
"version": "1.0.18",
"description": "NMOS discovery and registration APIs",
"main": "index.js",
"bin": {
"nmos-ledger": "./bin/nmos-ledger"
},
"directories": {
"test": "test"
},
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.14.2",
"express": "^4.13.3",
"mdns-js": "^0.5.3",
"promise": "^7.1.1",
"seamless-immutable": "^4.0.2",
"tape": "^4.2.2",
"uuid": "^2.0.1",
"ws": "^1.1.1"
},
"devDependencies": {},
"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"
}