Skip to content

Commit

Permalink
Completed package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Branko Vukelic committed Sep 18, 2013
1 parent c6fccf7 commit 16e06f6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,16 +1,16 @@
{
"name" : "",
"description" : "",
"homepage" : "",
"keywords" : [],
"author" : "",
"name" : "TzTime",
"description" : "Time-zone-aware Date replacement for JavaScript",
"homepage" : "https://github.com/foxbunny/tztime",
"keywords" : ['date', 'time', 'formatting', 'time zone', 'delta', 'conversion', 'parsing'],
"author" : "Branko Vukelic <branko@brankovukelic.com>",
"bugs": {
"url": "",
"email": ""
"url": "https://github.com/foxbunny/tztime/issues",
"email": "branko@brankovukelic.com"
},
"license": {
"type": "",
"url": ""
"type": "MIT",
"url": "https://raw.github.com/foxbunny/tztime/master/LICENSE"
},
"dependencies" : {
},
Expand All @@ -21,7 +21,7 @@
"mocha": "*",
"chai": "*"
},
"main": "",
"main": "tztime.js",
"volo": {
"dependencies": {
},
Expand Down

0 comments on commit 16e06f6

Please sign in to comment.