We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cc92e3 + 02c26f2 commit 4957544Copy full SHA for 4957544
1 file changed
bower.json
@@ -0,0 +1,32 @@
1
+{
2
+ "name": "paypaljsbuttons",
3
+ "version": "1.0.4",
4
+ "homepage": "https://github.com/paypal/JavaScriptButtons",
5
+ "authors": [
6
+ "Jeff Harrell"
7
+ ],
8
+ "description": "JavaScript integration for PayPal's payment buttons",
9
+ "main": "dist/paypal-button.min.js",
10
+ "moduleType": [
11
+ "globals"
12
13
+ "keywords": [
14
+ "paypal",
15
16
+ "buttons",
17
+ "credit",
18
+ "card",
19
+ "payment",
20
+ "payments",
21
+ "ecommerce",
22
+ "javascriptbuttons",
23
+ "jsbuttons"
24
25
+ "ignore": [
26
+ "**/.*",
27
+ "node_modules",
28
+ "bower_components",
29
+ "test",
30
+ "tests"
31
+ ]
32
+}
0 commit comments