forked from opening-hours/opening_hours.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 807 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "opening_hours",
"version": "2.0.0",
"author": "Dmitry Marakasov <[email protected]>",
"contributors": [
{
"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": "git://github.com/AMDmi3/opening_hours.js.git"
},
"_comment": "suncalc is currently included in this repo as submodule. This should be changed when uploading it to npmjs.",
"_dependencies": {
"suncalc": ">=1.2.1"
},
"bundledDependencies": [
"suncalc"
],
"devDependencies": {
"colors": ">=0.6.2",
"sprintf": ">=0.1.3"
},
"keywords": [
"openstreetmap",
"OSM",
"opening_hours"
],
"license": "BSD",
"engines": {
"node": ">=0.8"
}
}