Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Filipenko committed May 24, 2014
1 parent 6a7124a commit ff7fb01
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "timezones.json",
"version": "0.0.1",
"homepage": "https://github.com/dmfilipenko/timezones.json",
"authors": [
"Dmitriy Filipenko <[email protected]>"
],
"description": "List of UTC timezones",
"main": "timezones.json",
"keywords": [
"time",
"UTC",
"date",
"timezone"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit ff7fb01

Please sign in to comment.