update package.json and .gitignore

This commit is contained in:
Shruti Ranganathan Jothi
2017-02-28 11:54:30 -08:00
parent 7ecd7c2ad0
commit f6c369ca3c
2 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@ client/dialclient
server/dialserver
server/tests/run_tests
client/report.html
node_modules/*
node_modules/

View File

@@ -1,12 +1,16 @@
{
"name": "dialtests",
"version": "1.0.0",
"description": "Tests for DIAL server using nf-dialclient",
"main": "index.js",
"description": "Tests for DIAL server",
"repository": {
"type": "git",
"url": "https://github.com/Netflix/dial-reference.git"
},
"main": "",
"scripts": {
},
"author": "Shruti Ranganathan Jothi",
"license": "unlicensed",
"license": "BSD-2-Clause",
"dependencies": {
"q": "~1.4.1",
"node-ssdp": "^3.2.0",