mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
committing node js tests for netflix app with DIAL 2.1
This commit is contained in:
15
server/tests/js_tests/package.json
Normal file
15
server/tests/js_tests/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user