-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81ef5ed
commit 7c80eb2
Showing
2 changed files
with
59 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |