Skip to content

Commit

Permalink
Format JSON files.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Feb 8, 2024
1 parent 81ef5ed commit 7c80eb2
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 54 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"name": "pronamic/wp-pronamic-pay",
"type": "wordpress-plugin",
"description": "The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.",
"keywords": ["pronamic", "ideal", "wordpress", "pay"],
"keywords": [
"pronamic",
"ideal",
"wordpress",
"pay"
],
"homepage": "https://github.com/pronamic/wp-pronamic-pay",
"license": "GPL-3.0-or-later" ,
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Remco Tolsma",
Expand Down
104 changes: 52 additions & 52 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"name": "pronamic-pay",
"version": "9.6.4",
"description": "The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.",
"repository": {
"type": "git",
"url": "https://github.com/pronamic/wp-pronamic-pay.git"
},
"keywords": [
"pronamic",
"ideal",
"pay"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "https://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pronamic/wp-pronamic-pay/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/pronamic/wp-pronamic-pay",
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"jquery": "^3.5.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"cssnano": "^4.1.10",
"grunt": "^1.5.3",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-phplint": "0.1.0",
"grunt-shell": "^3.0.1",
"load-grunt-tasks": "^5.1.0",
"postcss-eol": "0.0.8"
},
"private": true
"name": "pronamic-pay",
"version": "9.6.4",
"description": "The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.",
"repository": {
"type": "git",
"url": "https://github.com/pronamic/wp-pronamic-pay.git"
},
"keywords": [
"pronamic",
"ideal",
"pay"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "https://www.pronamic.nl/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pronamic/wp-pronamic-pay/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/pronamic/wp-pronamic-pay",
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"jquery": "^3.5.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"cssnano": "^4.1.10",
"grunt": "^1.5.3",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-phplint": "0.1.0",
"grunt-shell": "^3.0.1",
"load-grunt-tasks": "^5.1.0",
"postcss-eol": "0.0.8"
},
"private": true
}

0 comments on commit 7c80eb2

Please sign in to comment.