HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "wp-yomigana",
"version": "1.3.0",
"homepage": "https://wordpress.org/plugins/wp-yomigana/",
"description": "Gulp task for WP-Yomigana",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hametuha inc.",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-changed": "^1.2.1",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"imagemin-pngquant": "^4.1.0",
"jshint-stylish": "^1.0.1",
"node-sass": "^2.1.1"
}
}