mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
update package.json and .gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,4 +4,4 @@ client/dialclient
|
||||
server/dialserver
|
||||
server/tests/run_tests
|
||||
client/report.html
|
||||
node_modules/*
|
||||
node_modules/
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user