This commit is contained in:
erwanlr
2021-05-07 18:58:48 +02:00
parent 1d18514ab5
commit a98e37918b
21 changed files with 4184 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "ntshka-addons",
"version": "1.1.0",
"description": "A custom elementor widget plugin",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "PolkaDox",
"license": "MIT",
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-watcher": "^1.0.0",
"grunt-wp-i18n": "^1.0.3"
}
}