committing node js tests for netflix app with DIAL 2.1

This commit is contained in:
Shruti Ranganathan Jothi
2017-02-28 11:24:36 -08:00
parent 53687736d9
commit 7ecd7c2ad0
21 changed files with 1414 additions and 0 deletions

View 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"
}
}