-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.7 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "ppv-ngg",
"version": "1.0.0",
"description": "Adds album and justified gallery templates for the NextGEN Gallery plugin.",
"repository": {
"type": "git",
"url": "git+https://github.com/lheisey/ppv-ngg.git"
},
"keywords": [
"WordPress",
"plugin",
"NextGEN",
"justified gallery",
"simplelightbox",
"template",
"gulp"
],
"author": "Loren Heisey",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/lheisey/ppv-ngg/issues"
},
"homepage": "https://github.com/lheisey/ppv-ngg#readme",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/register": "^7.22.15",
"beepbeep": "^1.3.0",
"browser-sync": "^2.29.3",
"eslint": "^7.32.0",
"eslint-config-wordpress": "^2.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-changed": "^4.0.3",
"gulp-concat": "^2.6.1",
"gulp-filter": "^6.0.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-readme-to-markdown": "^0.2.1",
"gulp-remember": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"gulp-zip": "^5.1.0",
"node-sass": "^7.0.3"
},
"scripts": {
"start": "gulp",
"package": "gulp package",
"adminstyles": "gulp adminstyles",
"js-admin": "gulp adminJS",
"js-publiccustom": "gulp publiccustomJS"
},
"dependencies": {
"justifiedGallery": "^3.8.1",
"simplelightbox": "^2.14.2"
}
}