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/dialserver
|
||||||
server/tests/run_tests
|
server/tests/run_tests
|
||||||
client/report.html
|
client/report.html
|
||||||
node_modules/*
|
node_modules/
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user