-
Notifications
You must be signed in to change notification settings - Fork 892
/
package.json
executable file
·48 lines (48 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "mobile-detect",
"version": "0.1.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-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"
}
}