-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbox.json
executable file
·34 lines (34 loc) · 1.03 KB
/
box.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
{
"name":"Recaptcha Google v3.0",
"version":"3.0.0",
"author":"Javier Quintero <[email protected]>",
"homepage":"https://github.com/quinteroj/recaptcha3",
"documentation":"https://github.com/quinteroj/recaptcha3/blob/master/README.md",
"location":"forgeboxStorage",
"repository":{
"type":"git",
"URL":"https://github.com/quinteroj/recaptcha3"
},
"slug":"recaptcha3",
"shortDescription":"The Invisible reCAPTCHA. It provides a viewlet to add it to any form, the API interface and a Validator for use with cbvalidation",
"type":"modules",
"packageDirectory":"recaptcha3",
"keywords":[
"recaptcha"
],
"dependencies":{
"cbvalidation":"^3.1.1+186"
},
"contributors":[
"Luis Majano <[email protected]>",
"Dave <[email protected]>",
"Sean Daniels <[email protected]>"
],
"ignore":[
"**/.*",
"test-harness"
],
"installPaths":{
"cbvalidation":"modules/cbvalidation/"
}
}