forked from AMDmi3/opening_hours.js
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed package.json. Released version 2.1.1.
- Loading branch information
Robin Schneider
committed
Mar 3, 2014
1 parent
37a9f2b
commit 0889bdc
Showing
4 changed files
with
435 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
{ | ||
"name": "opening_hours", | ||
"version": "2.1.0", | ||
"author": "Dmitry Marakasov <[email protected]>", | ||
"name" : "opening_hours", | ||
"description" : "Library to parse and process opening_hours tag from OpenStreetMap data", | ||
"version" : "2.1.1", | ||
"author" : "Dmitry Marakasov <[email protected]>", | ||
"homepage" : "https://github.com/ypid/opening_hours.js", | ||
"contributors": [ | ||
{ | ||
"name": "Robin Schneider", | ||
"email": "[email protected]" | ||
"name" : "Robin Schneider", | ||
"email" : "[email protected]" | ||
} | ||
], | ||
"description": "Library to parse and process opening_hours tag from OpenStreetMap data", | ||
"main": "opening_hours.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ypid/opening_hours.js" | ||
"type" : "git", | ||
"url" : "https : //github.com/ypid/opening_hours.js" | ||
}, | ||
"bugs": "https://github.com/ypid/opening_hours.js/issues?state=open", | ||
"dependencies": { | ||
"suncalc": ">=1.2.1" | ||
}, | ||
"devDependencies": { | ||
"colors": ">=0.6.2", | ||
"sprintf": ">=0.1.3" | ||
"colors" : ">=0.6.2", | ||
"sprintf" : ">=0.1.3" | ||
}, | ||
"keywords": [ | ||
"openstreetmap", | ||
|
Oops, something went wrong.