This commit is contained in:
erwanlr
2021-04-16 13:31:01 +02:00
parent 7b55570cbb
commit b6e36b2605
22 changed files with 12581 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "internet-connection-status",
"title": "Internet Connection Status",
"version": "1.4.3",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/sanzeeb3/internet-connection-status.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"devDependencies": {
"autoprefixer": "~9.1.5",
"grunt": "~1.0.3",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-compress": "^1.5.0",
"grunt-wp-i18n": "^1.0.3",
"node-sass": "^4.13.1"
},
"engines": {
"node": ">=8.9.3",
"npm": ">=5.5.1"
},
"dependencies": {
"save": "^2.3.3"
}
}