forked from june07/nodebb-plugin-lightgallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 KB
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": "nodebb-plugin-lightgallery",
"version": "1.0.18",
"nbbpm": {
"compatibility": "^1.12.2"
},
"description": "LightGallery plugin for NodeBB",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/june07/nodebb-plugin-lightgallery.git"
},
"keywords": [
"nodebb",
"plugin",
"lightgallery",
"lightbox",
"gallery"
],
"author": "june07",
"license": "MIT",
"bugs": {
"url": "https://github.com/june07/nodebb-plugin-lightgallery/issues"
},
"homepage": "https://github.com/june07/nodebb-plugin-lightgallery#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"jquery": "^3.5.1",
"lg-autoplay": "^1.2.1",
"lg-fullscreen": "^1.2.1",
"lg-hash": "^1.0.4",
"lg-pager": "^1.0.2",
"lg-share": "^1.2.1",
"lg-thumbnail": "^1.2.1",
"lg-video": "^1.4.0",
"lg-zoom": "^1.3.0",
"lightgallery": "^1.10.0"
},
"devDependencies": {
"grunt": "^1.3.0"
}
}