We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce9e24 commit 6e87ccaCopy full SHA for 6e87cca
1 file changed
package.json
@@ -2,10 +2,21 @@
2
"name": "PayPalJSButtons",
3
"description": "JavaScript integration for PayPal's payment buttons",
4
"version": "1.0.0",
5
+ "homepage": "http://paypal.github.com/JavaScriptButtons",
6
"author": {
7
"name": "Jeff Harrell",
8
"url": "https://github.com/jeffharrell/"
9
},
10
+ "contributors": [
11
+ {
12
+ "name": "Mark Stuart",
13
+ "url": "https://github.com/mstuart/"
14
+ }
15
+ ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/paypal/JavaScriptButtons.git"
19
+ },
20
"dependencies": {},
21
"devDependencies": {
22
"grunt": "*",
0 commit comments