yith-woocommerce-wishlist
Last commit date
assets
5 years ago
includes
5 years ago
languages
5 years ago
plugin-fw
5 years ago
plugin-options
5 years ago
templates
5 years ago
.editorconfig
6 years ago
.jshintrc
5 years ago
README.md
5 years ago
README.txt
5 years ago
composer.json
6 years ago
gulpfile.js
5 years ago
init.php
5 years ago
package-lock.json
5 years ago
package.json
5 years ago
uninstall.php
6 years ago
wpml-config.xml
9 years ago
package.json
32 lines
| 1 | { |
| 2 | "name": "yith-woocommerce-wishlist", |
| 3 | "version": "3.0.0", |
| 4 | "description": "YITH WooCommerce Wishlist gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies.", |
| 5 | "main": "gulpfile.js", |
| 6 | "scripts": { |
| 7 | "test": "gulp" |
| 8 | }, |
| 9 | "keywords": [ |
| 10 | "wishlist", |
| 11 | "woocommerce", |
| 12 | "products", |
| 13 | "e-commerce", |
| 14 | "shop", |
| 15 | "ecommerce", |
| 16 | "yith" |
| 17 | ], |
| 18 | "author": "YITH <plugins@yithemes.com>", |
| 19 | "license": "GPL-3.0", |
| 20 | "homepage": "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/", |
| 21 | "devDependencies": { |
| 22 | "gulp": "^4.0.0", |
| 23 | "gulp-clean-css": "^4.0.0", |
| 24 | "gulp-jshint": "^2.1.0", |
| 25 | "gulp-po-sync": "^0.1.0", |
| 26 | "gulp-po2mo": "^1.0.3", |
| 27 | "gulp-uglify-es": "^2.0.0", |
| 28 | "gulp-wp-pot": "^2.3.5", |
| 29 | "jshint": "^2.11.0" |
| 30 | } |
| 31 | } |
| 32 |