Move AirPlay auth module to extension and add initial options UI

This commit is contained in:
hensm
2019-10-31 04:52:42 +00:00
parent b3b14f782d
commit b93bdcad8c
21 changed files with 740 additions and 168 deletions

View File

@@ -11,14 +11,9 @@
"lint": "tslint -c tslint.json -p ."
},
"dependencies": {
"bplist-creator": "0.0.8",
"bplist-parser": "^0.2.0",
"castv2": "^0.1.10",
"dnssd": "^0.4.1",
"fast-srp-hap": "^1.0.1",
"mime-types": "^2.1.24",
"node-fetch": "^2.6.0",
"tweetnacl": "^1.0.1"
"mime-types": "^2.1.24"
},
"devDependencies": {
"@types/dnssd": "^0.4.1",