forked from acimail01/MMM-Carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 759 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
{
"name": "MMM-Carousel",
"version": "0.2.6",
"description": "Displays a single magic mirror module at a time or in groups of slides, rotating through the list of configured modules in a carousel-like fashion.",
"main": "MMM-Carousel.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shbatm/MMM-Carousel.git"
},
"keywords": [
"magic",
"mirror",
"carousel",
"navigation",
"move",
"resize modules",
"slides",
"tabs",
"pages"
],
"author": "Barnaby Colby",
"contributor": "shbatm",
"license": "MIT",
"bugs": {
"url": "https://github.com/shbatm/MMM-Carousel/issues"
},
"homepage": "https://github.com/shbatm/MMM-Carousel#readme"
}