Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Filipenko committed May 24, 2014
1 parent 7c95312 commit 6a7124a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "timezones.json",
"version": "0.0.1",
"description": "Full list of UTC timezones",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/dmfilipenko/timezones.json.git"
},
"keywords": [
"timezone",
"date",
"time",
"UTC"
],
"files": [
"timezones.json"
],
"author": "Dmitriy Filipenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmfilipenko/timezones.json/issues"
},
"homepage": "https://github.com/dmfilipenko/timezones.json"
}

0 comments on commit 6a7124a

Please sign in to comment.