This commit is contained in:
erwanlr
2019-03-30 12:15:08 +00:00
parent d653ce4e0e
commit 51d61a7e88
12 changed files with 4509 additions and 1 deletions

View 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"
}
}