UNPKG

1.31 kBJSONView Raw
1{
2 "name": "mobile-detect",
3 "version": "0.4.2",
4 "description": "Device detection (phone, tablet, desktop, mobile grade, os, versions)",
5 "main": "mobile-detect.js",
6 "scripts": {
7 "test": "grunt jasmine_node"
8 },
9 "repository": {
10 "type": "git",
11 "url": "github.com/hgoebl/mobile-detect.js"
12 },
13 "homepage": "http://hgoebl.github.io/mobile-detect.js/",
14 "keywords": [
15 "useragent",
16 "mobile",
17 "phone",
18 "tablet",
19 "detect",
20 "device",
21 "browser",
22 "version",
23 "mobilegrade",
24 "sniff"
25 ],
26 "author": {
27 "name": "Heinrich Goebl",
28 "email": "hgoebl@goebl.com",
29 "url": "http://www.goebl.com/"
30 },
31 "license": "MIT",
32 "readmeFilename": "README.md",
33 "dependencies": {},
34 "devDependencies": {
35 "grunt": "~0.4.1",
36 "grunt-contrib-jshint": "~0.1.1",
37 "grunt-contrib-concat": "~0.3.0",
38 "grunt-contrib-uglify": "~0.2.0",
39 "grunt-contrib-watch": "~0.3.1",
40 "grunt-jasmine-node": "~0.1.0",
41 "grunt-contrib-copy": "~0.4.1",
42 "grunt-jsdoc": "~0.4.0",
43 "grunt-exec": "~0.4.2",
44 "uglify-js": "~2.4.15",
45 "jshint": "0.9.1",
46 "mote": "0.2.0",
47 "wordwrap": "0.0.2"
48 }
49}