forked from rockq-org/nodebb-plugin-lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 909 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": "nodebb-plugin-lightbox",
"version": "0.0.7",
"description": "This plugin opens pictures in a lightbox windows",
"main": "library.js",
"scripts": {
"build": "./node_modules/uglify-js/bin/uglifyjs --compress --mangle --source-map -o ./public/js/lightbox.min.js -- ./public/js/lightbox.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rockq-org/nodebb-plugin-lightbox"
},
"keywords": [
"nodebb",
"plugin",
"lightbox"
],
"author": {
"name": "Rubén Ballester",
"email": "irbbau@gmail.com"
},
"contributors": [
{
"name": "Hai Liang Wang",
"email": "hailiang.hl.wang@gmail.com"
}
],
"bugs": {
"url": "https://github.com/rockq-org/nodebb-plugin-lightbox/issues"
},
"nbbpm": {
"compatibility": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^1.0.0"
},
"devDependencies": {
"uglify-js": "^3.3.25"
}
}