mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 19:09:59 +00:00
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "dialtests",
|
|
"version": "1.0.0",
|
|
"description": "Tests for DIAL server",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Netflix/dial-reference.git"
|
|
},
|
|
"main": "",
|
|
"scripts": {},
|
|
"author": "Shruti Ranganathan Jothi",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"colors": "^1.1.2",
|
|
"node-ssdp": "^3.2.0",
|
|
"q": "~1.4.1",
|
|
"request": "^2.78.0",
|
|
"sprintf-js": "~1.0.3"
|
|
}
|
|
}
|