28 lines
958 B
JSON
28 lines
958 B
JSON
{
|
|
"name": "piwik/device-detector",
|
|
"type": "library",
|
|
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), and detects browsers, operating systems, devices, brands and models.",
|
|
"keywords": ["useragent","parser","devicedetection"],
|
|
"homepage": "http://piwik.org",
|
|
"license": "GPL-3.0+",
|
|
"authors": [
|
|
{
|
|
"name": "The Piwik Team",
|
|
"email": "hello@piwik.org",
|
|
"homepage": "http://piwik.org/the-piwik-team/"
|
|
}
|
|
],
|
|
"support": {
|
|
"forum": "http://forum.piwik.org/",
|
|
"issues": "http://dev.piwik.org/trac/roadmap",
|
|
"wiki": "http://dev.piwik.org/",
|
|
"source": "https://github.com/piwik/piwik"
|
|
},
|
|
"autoload": {
|
|
"files": [ "DeviceDetector.php" ]
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1",
|
|
"mustangostang/spyc": "*"
|
|
}
|
|
}
|