mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"name": "ismobilejs",
|
|
"version": "0.3.9",
|
|
"description": "A simple JS library that detects mobile devices.",
|
|
"keywords": [
|
|
"ismobile",
|
|
"device detection",
|
|
"mobile devices",
|
|
"useragent"
|
|
],
|
|
"homepage": "https://github.com/kaimallea/isMobile",
|
|
"license": "CC0-1.0",
|
|
"author": {
|
|
"name": "Kai Mallea",
|
|
"email": "kmallea@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kaimallea/isMobile.git"
|
|
},
|
|
"main": "./isMobile",
|
|
"devDependencies": {
|
|
"grunt": "0.4.x",
|
|
"grunt-contrib-jshint": "0.11.x",
|
|
"grunt-contrib-uglify": "0.9.x",
|
|
"grunt-contrib-jasmine": "0.8.x"
|
|
}
|
|
}
|