Files

28 lines
826 B
JSON

{
"name": "device.js",
"filename": "device.min.js",
"version": "0.1.61",
"homepage": "https://github.com/matthewhudson/device.js",
"description": "Device.js makes it easy to write conditional CSS _and/or_ JavaScript based on device operating system (iOS, Android, Blackberry, Windows, Firefox OS, MeeGo), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).",
"author": {
"name": "Matthew Hudson",
"email": "matthud@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/matthewhudson/device.js.git"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/matthewhudson/device.js",
"basePath": "/lib/",
"files": [
"*"
]
},
"bugs": {
"url": "https://github.com/matthewhudson/device.js/issues"
},
"license": "MIT"
}