device-detect
Version:
JavaScript module to check if user agent to return the device and browser.
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "device-detect",
"version": "1.0.7",
"description": "JavaScript module to check if user agent to return the device and browser.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ryanburgess/device-detect.git"
},
"keywords": [
"javascript",
"module",
"browserify",
"device",
"detect",
"user",
"agent",
"browser",
"node",
"nodejs"
],
"dependencies": {},
"devDependencies": {
"ava": "0.0.4",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.4",
"grunt-newer": "^1.1.0",
"jshint-stylish": "^1.0.0"
},
"author": "Ryan Burgess <rburgess@evernote.com> (http://everernote.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanburgess/device-detect/issues"
},
"homepage": "https://github.com/ryanburgess/device-detect"
}