-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.62 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
{
"name": "logo-showcase-ultimate",
"version": "1.1.4",
"description": "Logo Showcase Ultimate is an excellent and best plugin to display the logos of your clients, partners, sponsors, and affiliates and more along with a title, tooltip, and URL on your website. It is 100% responsive and mobile friendly. You can generate dynamic shortcode by just a few mouse clicks and use the shortcode anywhere in your posts, pages or widgets to display your logos. Your users from any devices can view the logo carousel/slider/grid nicely.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Armanul46/logo-showcase-ultimate.git"
},
"keywords": [
"Logo",
"logo",
"showcase",
"logo",
"carousel",
"logo",
"grid",
"logo",
"slider"
],
"author": "wpwax",
"license": "ISC",
"bugs": {
"url": "https://github.com/Armanul46/logo-showcase-ultimate/issues"
},
"dependencies": {
"@wordpress/block-editor": "^10.5.0",
"@wordpress/blocks": "^11.21.0",
"@wordpress/components": "^22.1.0",
"@wordpress/element": "^4.20.0",
"@wordpress/server-side-render": "^3.20.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"sass": "^1.35.2"
},
"homepage": "https://github.com/Armanul46/logo-showcase-ultimate#readme",
"devDependencies": {
"@wordpress/scripts": "24.6.0"
}
}