Composer, Gulp, file renames

This commit is contained in:
2017-07-18 10:56:11 +02:00
parent 014e6ec918
commit 96342567b8
7 changed files with 68 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "wp-liveticker2",
"version": "1.0.0-alpha",
"description": "A simple Liveticker for Wordpress.",
"author": "Stefan Kalscheuer",
"license": "GPLv2 or later",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-copy": "^1.0.0",
"gulp-zip": "^4.0.0",
"gulp-composer": "^0.4.0",
"gulp-phpunit": "^0.23.0",
"gulp-phpcs": "^2.0.0",
"gulp-clean-css": "^3.7.0",
"child_process": "^1.0.2"
}
}