-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 898 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
{
"name": "Take Five!",
"version": "3.1.5",
"description": "The most advanced pure CSS lightbox \u2014 not one single line of JavaScript has been wasted",
"author": "madmurphy333@gmail.com",
"license": "GPL-3.0-or-later",
"homepage": "https://madmurphy.github.io/takefive.css",
"style": "dist/takefive.min.css",
"repository": {
"type": "git",
"url": "https://github.com/madmurphy/takefive.css.git"
},
"bugs": {
"url": "https://github.com/madmurphy/takefive.css/issues",
"email": "madmurphy333@gmail.com"
},
"src": [
"dev",
"dist"
],
"keywords": [
"css",
"css-gallery",
"css-lightbox",
"css-only",
"css-slide-renderer",
"css3",
"css3-animations",
"html-semantics",
"html5",
"html5-elements",
"image-gallery",
"lightbox",
"microdata",
"microformats",
"microformats2",
"pure-css",
"rdfa",
"schema-org",
"slide-renderer",
"slides"
]
}