This commit is contained in:
erwanlr
2020-01-25 12:28:16 +00:00
parent c57eecc81b
commit ecbfc6004c
23 changed files with 4312 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# Changelog
All notable changes to the plugin will be documented in this file.
## 1.0.0 - 2019-10-10
### Initial release

View File

@@ -0,0 +1,46 @@
{
"title": "Best Restaurant Menu by PriceListo",
"name": "best-restaurant-menu",
"version": "1.0.0",
"description": "",
"main": "best-restaurant-menu.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/MahmoudBasiony/best-restaurant-menu.git"
},
"keywords": [
"wordpress",
"menu",
"restaurant",
"food",
"services"
],
"author": "PriceListo",
"license": "GPL-3.0-or-later",
"homepage": "https://bitbucket.org/MahmoudBasiony/best-restaurant-menu#readme.md",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cleave.js": "^1.5.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.9",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.2.0",
"jshint": "^2.9.5"
},
"dependencies": {
"font-awesome": "^4.7.0",
"select2": "^4.0.10",
"sweetalert2": "^8.17.1"
}
}