-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 877 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 877 Bytes
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": "bulma-carousel",
"version": "0.2.2",
"description": "Display a Image / Content carousel",
"main": "carousel.sass",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wikiki/bulma-carousel.git"
},
"keywords": [
"Bulma",
"extensions",
"bulma",
"bulma.io"
],
"author": "Wikiki <wikiki@protonmail.com> (https://wikiki.github.io/bulma-extensions/overview)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wikiki/bulma-carousel/issues"
},
"homepage": "https://github.com/Wikiki/bulma-carousel#readme",
"devDependencies": {
"bulma": "^0.6.1"
},
"files": [
"carousel.sass",
"bulma-carousel.css",
"bulma-carousel.min.css",
"carousel.js",
"carousel.min.js",
"LICENSE",
"README.md"
]
}