-
Notifications
You must be signed in to change notification settings - Fork 1
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
1c3300a
commit 44ca5d5
Showing
1 changed file
with
42 additions
and
42 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
{ | ||
"name": "mollie", | ||
"version": "4.8.1", | ||
"description": "Mollie driver for the WordPress payment processing library.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wp-pay-gateways/mollie" | ||
}, | ||
"keywords": [ | ||
"wordpress", | ||
"wp", | ||
"pay", | ||
"mollie", | ||
"gateway", | ||
"pronamic" | ||
], | ||
"author": { | ||
"name": "Pronamic", | ||
"email": "[email protected]", | ||
"url": "http://www.pronamic.nl/" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Remco Tolsma", | ||
"email": "[email protected]", | ||
"url": "http://www.remcotolsma.nl/" | ||
} | ||
], | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/wp-pay-gateways/mollie/issues" | ||
}, | ||
"homepage": "http://www.wp-pay.org/gateways/mollie/", | ||
"devDependencies": { | ||
"@wordpress/env": "^5.7.0", | ||
"npm-run-all": "^4.1.5" | ||
}, | ||
"scripts": { | ||
"start": "wp-env start --xdebug && npm run setup && npm run login", | ||
"setup": "npm-run-all setup-*", | ||
"setup-mollie-api-key": "wp-env run cli wp config set MOLLIE_API_KEY $MOLLIE_API_KEY", | ||
"login": "wp-env run cli wp user one-time-login admin" | ||
} | ||
"name": "mollie", | ||
"version": "4.8.1", | ||
"description": "Mollie driver for the WordPress payment processing library.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wp-pay-gateways/mollie" | ||
}, | ||
"keywords": [ | ||
"wordpress", | ||
"wp", | ||
"pay", | ||
"mollie", | ||
"gateway", | ||
"pronamic" | ||
], | ||
"author": { | ||
"name": "Pronamic", | ||
"email": "[email protected]", | ||
"url": "http://www.pronamic.nl/" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Remco Tolsma", | ||
"email": "[email protected]", | ||
"url": "http://www.remcotolsma.nl/" | ||
} | ||
], | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/wp-pay-gateways/mollie/issues" | ||
}, | ||
"homepage": "http://www.wp-pay.org/gateways/mollie/", | ||
"devDependencies": { | ||
"@wordpress/env": "^5.7.0", | ||
"npm-run-all": "^4.1.5" | ||
}, | ||
"scripts": { | ||
"start": "wp-env start --xdebug && npm run setup && npm run login", | ||
"setup": "npm-run-all setup-*", | ||
"setup-mollie-api-key": "wp-env run cli wp config set MOLLIE_API_KEY $MOLLIE_API_KEY", | ||
"login": "wp-env run cli wp user one-time-login admin" | ||
} | ||
} |