Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
skitsanos authored Apr 8, 2019
1 parent aed9ac7 commit 7775002
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "dynname",
"description": "Dynamic DNS client for name.com",
"version": "1.0.1",
"dependencies": {
"commander": "^2.20.0",
"request": "^2.88.0"
},
"bin": {
"dynname": "./server.js"
}
}

0 comments on commit 7775002

Please sign in to comment.