-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 723 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 723 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": "basiclightbox",
"version": "5.0.4",
"authors": [
"Tobias Reich <tobias@electerious.com>"
],
"description": "The lightest lightbox ever made",
"main": "dist/basicLightbox.min.js",
"keywords": [
"lightbox",
"popup",
"modal",
"window",
"dialog",
"gallery",
"photo",
"responsive",
"mobile"
],
"scripts": {
"build": "node build.js"
},
"license": "MIT",
"homepage": "https://basiclightbox.electerious.com",
"repository": {
"type": "git",
"url": "https://github.com/electerious/basicLightbox.git"
},
"files": [
"dist",
"src"
],
"devDependencies": {
"rosid-handler-js": "^13.0.2",
"rosid-handler-sass": "^8.0.0"
}
}