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/dialserver
server/tests/run_tests server/tests/run_tests
client/report.html client/report.html
node_modules/* node_modules/

View File

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