This commit is contained in:
erwanlr
2019-12-14 12:14:37 +00:00
parent 80b7f458f5
commit 6b2333614a
9 changed files with 1314 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "throwback-posts",
"version": "1.0.0",
"description": "Throwback Posts is a WordPress Plugin",
"main": "''",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Samuel Silva",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.0.0",
"gulp-minify": "^3.1.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1"
}
}