Skip to content

Instantly share code, notes, and snippets.

@prappo
Last active August 8, 2024 18:49
Show Gist options
  • Save prappo/f39ca4e09c154b6b93893ec466b2d661 to your computer and use it in GitHub Desktop.
Save prappo/f39ca4e09c154b6b93893ec466b2d661 to your computer and use it in GitHub Desktop.
{
"name": "wp-simple-pay-lite",
"title": "WP Simple Pay Lite for Stripe",
"description": "Add high conversion Stripe Checkout forms to your WordPress site and start accepting payments in minutes. **Lite Version**",
"version": "4.10.0",
"license": "GPL-2.0-or-later",
"homepage": "https://wpsimplepay.com/",
"repository": {
"type": "git",
"url": "https://github.com/wpsimplepay/wp-simple-pay-lite"
},
"scripts": {
"build": "grunt build",
"i18n": "grunt sed && grunt checktextdomain && wp --allow-root i18n make-pot . languages/stripe.pot --domain=stripe --exclude='*/js/src/*' && wp --allow-root i18n make-json languages --no-purge"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-banner": "0.x",
"grunt-checktextdomain": "1.x",
"grunt-contrib-clean": "2.x",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-copy": "1.x",
"grunt-sed": "^0.1.1",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "4.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment