-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
27 lines (27 loc) · 1014 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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.11.1",
"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 clean:build && grunt sed:text_domain && 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"
}
}