Adds DFs
This commit is contained in:
33
spec/fixtures/dynamic_finders/plugin_version/recent-posts-markdown/composer_file/package.json
vendored
Normal file
33
spec/fixtures/dynamic_finders/plugin_version/recent-posts-markdown/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "recent-posts-md",
|
||||
"version": "0.0.7",
|
||||
"description": "Wordpress Plugin To Generate Markdown of the Recent Posts for any post type.",
|
||||
"main": "recent-posts-md.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/harnerdesigns/recent-posts-md.git"
|
||||
},
|
||||
"author": "Harner Designs",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"bugs": {
|
||||
"url": "https://github.com/harnerdesigns/recent-posts-md/issues"
|
||||
},
|
||||
"homepage": "https://github.com/harnerdesigns/recent-posts-md#readme",
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.23.6",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-autoprefixer": "^4.1.0",
|
||||
"gulp-bump": "^3.1.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-header": "^1.8.9",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-sourcemaps": "^2.6.4",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"gulp-util": "^3.0.8",
|
||||
"gulp-zip": "^4.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user