We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6da0177 + 441efea commit 2d594ffCopy full SHA for 2d594ff
package.json
@@ -0,0 +1,17 @@
1
+{
2
+ "name": "braintree-encryption",
3
+ "description": "Javascript Library for Client-side Encryption with Braintree",
4
+ "version": "1.3.10",
5
+ "main": "target/braintree-1.3.10.js",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git@github.com:braintree/braintree-encryption.js"
9
+ },
10
+ "keywords": [
11
+ "braintree",
12
+ "payments"
13
+ ],
14
+ "author": "braintree <code@getbraintree.com>",
15
+ "license": "MIT",
16
+ "homepage": "https://github.com/braintree/braintree-encryption.js"
17
+}
0 commit comments