Skip to content

Commit 441efea

Browse files
committed
Add package.json
1 parent 04ee19b commit 441efea

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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": "[email protected]:braintree/braintree-encryption.js"
9+
},
10+
"keywords": [
11+
"braintree",
12+
"payments"
13+
],
14+
"author": "braintree <[email protected]>",
15+
"license": "MIT",
16+
"homepage": "https://github.com/braintree/braintree-encryption.js"
17+
}

0 commit comments

Comments
 (0)