This commit is contained in:
erwanlr
2018-11-18 11:39:38 +00:00
parent 8bbc2f32ae
commit 3039218c40
13 changed files with 4288 additions and 158 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "wp-post-rating",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^3.9.1",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1"
},
"devDependencies": {
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.10.0"
}
}