forked from opening-hours/opening_hours.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 965 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
38
39
40
41
42
43
44
45
46
{
"name" : "opening_hours",
"description" : "Library to parse and process opening_hours tag from OpenStreetMap data",
"version" : "2.1.7",
"author" : "Dmitry Marakasov <[email protected]>",
"homepage" : "https://github.com/ypid/opening_hours.js",
"contributors": [
{
"name" : "Robin Schneider",
"email" : "[email protected]"
}
],
"main": "opening_hours.js",
"files": [
"LICENSE",
"README.md",
"Makefile",
"opening_hours.js",
"benchmark.js",
"interactive_testing.js",
"real_test.js",
"test.js",
"test.log"
],
"repository": {
"type" : "git",
"url" : "git://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"
},
"keywords": [
"openstreetmap",
"OSM",
"opening_hours"
],
"license": "BSD",
"engines": {
"node": ">=0.8"
}
}