forked from matthewhudson/current-device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.31 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "device.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",
"url": "https://matthewhudson.me"
},
"contributors": [
{
"name": "Mike Taylor",
"email": "miket@mozilla.com",
"url": "https://miketaylr.com"
},
{
"name": "Patrick",
"email": "github@gdi2290.com",
"url": "http://www.gdi2290.com"
},
{
"name": "Steven Masala"
},
{
"name": "Jérôme Steunou",
"url": "http://jeromesteunou.net"
},
{
"name": "André Tarnowsky",
"url": "http://lotterfriends.net"
},
{
"name": "Athou"
},
{
"name": "Mark Marijnissen",
"email": "markmarijnissen@gmail.com",
"url": "http://www.madebymark.nl"
},
{
"name": "Markus Kaiserswerth"
},
{
"name": "Bohdan Zhuravel",
"email": "bohdan@zhuravel.bz",
"url": "http://zhuravel.bz"
},
{
"name": "Guilherme Simões",
"email": "guilherme.rdems@gmail.com",
"url": "http://stackoverflow.com/users/1160916/ashitaka"
},
{
"name": "Jonas Jonny",
"email": "jkxxx@centrum.cz",
"url": "http://jonny.cz"
},
{
"name": "Andrey",
"email": "andrey.skladchikov@gmail.com",
"url": "http://brainstorage.me/Houston"
},
{
"name": "Evan Hahn",
"email": "me@evanhahn.com",
"url": "http://evanhahn.com"
},
{
"name": "Philip Karpiak",
"email": "operations@eswat.ca",
"url": "http://eswat.ca"
}
],
"repository": {
"type": "git",
"url": "git://github.com/matthewhudson/device.js.git"
},
"bugs": {
"url": "https://github.com/matthewhudson/device.js/issues"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-coffee": "~0.10.1",
"grunt-bumpup": "~0.2.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-uglify": "~0.2.2"
},
"license": "MIT"
}