Files
dial-reference/server/tests/js_tests/package.json
2017-02-28 11:54:30 -08:00

20 lines
390 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": {
"q": "~1.4.1",
"node-ssdp": "^3.2.0",
"request": "^2.78.0"
}
}