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,38 @@
{
"name": "wp-help-desk",
"version": "0.1.0",
"description": "WP Help Desk plugin for WordPress.",
"main": "gulpfile.js",
"dependencies": {
"autoprefixer": "^6.3.1",
"browser-sync": "^2.23.6",
"gulp": "3.9.1",
"gulp-cached": "*",
"gulp-filter": "^5.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "*",
"gulp-sass": "^3.2.1",
"gulp-sort": "^1.1.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "*",
"gulp-wp-pot": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/seothemes/wp-help-desk"
},
"keywords": [
"theme"
],
"author": "SeoThemes",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/seothemes/wp-help-desk/issues"
},
"homepage": "https://github.com/seothemes/wp-help-desk"
}