-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 763 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 763 Bytes
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
{
"name": "deviscoding/device",
"description": "Device feature detection via Vanilla JS with a PHP backup for server side detection.",
"keywords": [
"device",
"feature",
"detection",
"javascript",
"php",
"browser",
"device",
"touch",
"hidpi",
"retina"
],
"homepage": "https://github.com/jonesiscoding/device",
"version": "3.2.1",
"replace": {
"exactquery/xq-detect": "^3.0"
},
"suggest": {
"deviscoding/poly-pointer": "Psuedo-Polyfill for (pointer:coarse). Easy support of touch devices."
},
"license": "MIT",
"authors": [
{
"name": "AMJones",
"homepage": "http://www.deviscoding.com"
}
],
"autoload": {
"psr-4": {
"DevIsCoding\\": "src"
}
}
}