mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"npmName": "mobile-detect",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "",
|
|
"files": [
|
|
"mobile-detect*.js"
|
|
]
|
|
}
|
|
],
|
|
"name": "mobile-detect",
|
|
"filename": "mobile-detect.min.js",
|
|
"version": "0.4.0",
|
|
"description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
|
|
"main": "mobile-detect.js",
|
|
"scripts": {
|
|
"test": "grunt jasmine_node"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "github.com/hgoebl/mobile-detect.js"
|
|
},
|
|
"homepage": "http://hgoebl.github.io/mobile-detect.js/",
|
|
"keywords": [
|
|
"useragent",
|
|
"mobile",
|
|
"phone",
|
|
"tablet",
|
|
"detect",
|
|
"device",
|
|
"browser",
|
|
"version",
|
|
"mobilegrade",
|
|
"sniff"
|
|
],
|
|
"author": {
|
|
"name": "Heinrich Goebl",
|
|
"email": "hgoebl@goebl.com",
|
|
"url": "http://www.goebl.com/"
|
|
},
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.2.0",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"grunt-jasmine-node": "~0.1.0",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-jsdoc": "~0.4.0",
|
|
"grunt-exec": "~0.4.2",
|
|
"uglify-js": "1.3.4",
|
|
"jshint": "0.9.1",
|
|
"mote": "0.2.0",
|
|
"wordwrap": "0.0.2"
|
|
}
|
|
}
|