HELLO v3!!!
This commit is contained in:
38
spec/fixtures/dynamic_finders/plugin_version/wp-help-desk/composer_file/package.json
vendored
Normal file
38
spec/fixtures/dynamic_finders/plugin_version/wp-help-desk/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user