initial commit

This commit is contained in:
2019-06-04 19:35:01 +02:00
commit 9ec32551f6
120 changed files with 12662 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "dis-2019",
"version": "1.0.0",
"description": "Powerful shell for rapidly deploying your WordPress projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-livereload": "^4.0.1",
"gulp-sass": "^4.0.2",
"node-sass": "^4.11.0"
},
"dependencies": {
}
}