forked from matthewhudson/current-device
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.27 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
{
"name": "device.js",
"version": "0.2.7",
"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, AppleTV, etc), orientation (Portrait vs. Landscape), and type (Tablet vs. Mobile).",
"author": {
"name": "Matthew Hudson",
"email": "[email protected]",
"url": "https://matthewhudson.me"
},
"contributors": [
{
"name": "Mike Taylor",
"email": "[email protected]",
"url": "https://miketaylr.com"
},
{
"name": "Patrick",
"email": "[email protected]",
"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": "[email protected]",
"url": "http://www.madebymark.nl"
},
{
"name": "Markus Kaiserswerth"
},
{
"name": "Bohdan Zhuravel",
"email": "[email protected]",
"url": "http://zhuravel.bz"
},
{
"name": "Guilherme Simões",
"email": "[email protected]",
"url": "http://stackoverflow.com/users/1160916/ashitaka"
},
{
"name": "Jonas Jonny",
"email": "[email protected]",
"url": "http://jonny.cz"
},
{
"name": "Andrey",
"email": "[email protected]",
"url": "http://brainstorage.me/Houston"
},
{
"name": "Evan Hahn",
"email": "[email protected]",
"url": "http://evanhahn.com"
},
{
"name": "Philip Karpiak",
"email": "[email protected]",
"url": "http://eswat.ca"
}
],
"main": "lib/device.js",
"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.11.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-bumpup": "~0.6.2",
"grunt-contrib-uglify": "~0.7.0"
},
"license": "MIT"
}