Skip to content

Commit

Permalink
package.json: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Dec 16, 2014
1 parent 643b744 commit 3593deb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "server-url",
"version": "1.0.0",
"description": "",
"description": "Retrieve the url a server is listening on",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": "yoshuawuyts/server-url",
"keywords": [],
"keywords": [
"server",
"url",
"port",
"get",
"retrieve"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 3593deb

Please sign in to comment.