-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbox.json
52 lines (52 loc) · 1.51 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name":"MobileDetect",
"slug":"mobiledetect",
"version":"2.2.0",
"author":"Giancarlo Gomez <[email protected]>",
"location":"GiancarloGomez/ColdFusion-MobileDetect",
"homepage":"https://github.com/GiancarloGomez/ColdFusion-MobileDetect",
"documentation":"https://github.com/GiancarloGomez/ColdFusion-MobileDetect",
"bugs":"https://github.com/GiancarloGomez/ColdFusion-MobileDetect/issues",
"shortDescription":"A CFC Port of the Mobile_Detect PHP class for detecting mobile devices (including tablets). It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
"type":"projects",
"private":"false",
"repository":{
"type":"git",
"URL":"https://github.com/GiancarloGomez/ColdFusion-MobileDetect"
},
"keywords":[
"user-agent"
],
"engines":[
{
"type":"adobe",
"version":">=11.0.0"
}
],
"license":[
{
"type":"MIT",
"URL":"https://github.com/GiancarloGomez/ColdFusion-MobileDetect/blob/master/LICENSE.md"
}
],
"contributors":[
{
"name" : "Giancarlo Gomez",
"email" : "[email protected]",
"url" : "https://www.giancarlogomez.dev/"
}
],
"dependencies":{
},
"devDependencies":{
},
"installPaths":{
},
"ignore":[
"**/.*",
"examples/*",
"server.json",
"readme.md",
"license.md"
]
}