mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "dialtests",
|
|
"version": "1.0.0",
|
|
"description": "Tests for DIAL server using nf-dialclient",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
},
|
|
"author": "Shruti Ranganathan Jothi",
|
|
"license": "unlicensed",
|
|
"dependencies": {
|
|
"q": "~1.4.1",
|
|
"node-ssdp": "^3.2.0",
|
|
"request": "^2.78.0"
|
|
}
|
|
}
|