Adds DFs
This commit is contained in:
37
spec/fixtures/dynamic_finders/plugin_version/genesis-simple-edits/composer_file/package.json
vendored
Normal file
37
spec/fixtures/dynamic_finders/plugin_version/genesis-simple-edits/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user