File: //var/www/wp-content/mu-plugins/vendor/wpex/stock-photos/package.json
{
"name": "stock-photos",
"title": "Stock Photos",
"description": "Import beautiful, curated stock photos for your website",
"version": "1.2.1",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git@github.secureserver.net:WordPress/wp-stock-photos.git"
},
"browserslist": [
"Android >= 2.1",
"Chrome >= 21",
"Edge >= 12",
"Explorer >= 7",
"Firefox >= 17",
"Opera >= 12.1",
"Safari >= 6.0"
],
"devDependencies": {
"autoprefixer": "~9.8.6",
"grunt": "^1.3.0",
"grunt-browserify": "~5.3.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-pot": "^0.3.0",
"grunt-po2mo": "^0.1.2",
"grunt-text-replace": "^0.4.0",
"grunt-wp-deploy": "^2.1.2",
"grunt-postcss": "~0.9.0",
"grunt-rtlcss": "~2.0.2",
"grunt-sass": "^3.1.0",
"matchdep": "~2.0.0",
"node-sass": "^8.0.0",
"postcss": "^8.2.1"
},
"scripts": {
"version": "grunt version && grunt && git add -A .",
"postversion": "git push && git push --tags"
}
}