This commit is contained in:
erwanlr
2019-07-06 22:48:38 +01:00
parent b0fbd6fa36
commit 921096ca10
39 changed files with 38147 additions and 20 deletions

View File

@@ -0,0 +1,37 @@
{
"name": "genesis-simple-edits",
"description": "Development files for the Genesis Simple Edits plugin.",
"repository": {
"type": "git",
"url": "https://github.com/copyblogger/genesis-simple-edits"
},
"dependencies": {},
"devDependencies": {
"grunt": "*",
"grunt-autoprefixer": "*",
"grunt-checktextdomain": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-imagemin": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-csscomb": "*",
"grunt-jsbeautifier": "*",
"grunt-jsvalidate": "*",
"grunt-phplint": "*",
"grunt-styledocco": "*",
"grunt-wp-i18n": "*",
"load-grunt-tasks": "*"
},
"plugin": {
"name": "Genesis Simple Edits",
"uri": "https://github.com/copyblogger/genesis-simple-edits",
"description": "Genesis Simple Edits lets you edit the three most commonly modified areas in any Genesis theme: the post-info, the post-meta, and the footer area.",
"author": "StudioPress",
"authoruri": "http://www.studiopress.com/",
"version": "2.2.1",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "genesis-simple-edits"
}
}