This commit is contained in:
erwanlr
2021-07-11 20:05:17 +02:00
parent 5b5cac925c
commit 84993f7bd6
21 changed files with 5381 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "smodinrewriter",
"version": "1.0.0",
"description": "WP Smodin Rewriter",
"repository": {
"type": "git"
},
"keywords": [
"wordpress-plugin"
],
"textdomain": "smodinrewriter",
"category": "plugins",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mkdir": "^1.0.0",
"grunt-phpcbf": "^0.1.1",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "^0.1.0",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0"
},
"pot": {
"languageteam": "WP Smodin Rewriter Translate Team",
"lasttranslator": "WP Smodin Rewriter Translate Team"
}
}