-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.01 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "braintree-validation",
"title": "Braintree Validation Plugin",
"description": "An unofficial adapter for the jQuery validation plugin to process Braintree hosted fields",
"version": "1.0.0",
"homepage": "https://github.com/nb1987/braintree-validation",
"license": "MIT",
"author": {
"name": "Nick Bagnall",
"email": "nbagnall@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nb1987/braintree-validation.git"
},
"bugs": {
"url": "https://github.com/nb1987/braintree-validation/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://www.opensource.org/licenses/MIT"
}
],
"main": "dist/braintree-validation.min.js",
"dependencies": {
"braintree-web": "^3.12.1",
"jquery-validation": "^1.16.0"
},
"devDependencies": {
"braintree-web": "^3.12.1",
"jquery-validation": "^1.16.0"
},
"keywords": [
"braintree",
"jquery-validate",
"jquery-validation",
"forms",
"validation",
"validate"
]
}