forked from matthewhudson/current-device
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 940 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 940 Bytes
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
{
"name": "current-device",
"version": "0.7.8",
"homepage": "https://github.com/matthewhudson/current-device",
"description": "The easiest way 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).",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"es",
"lib",
"umd"
],
"devDependencies": {
"eslint": "4.19.1",
"eslint-plugin-import": "2.12.0",
"nwb": "0.22.0",
"prettier": "1.13.5"
},
"author": {
"name": "Matthew Hudson",
"email": "matthud@gmail.com",
"url": "http://thematthewhudson.com"
},
"repository": {
"type": "git",
"url": "git://github.com/matthewhudson/current-device.git"
},
"bugs": {
"url": "https://github.com/matthewhudson/current-device/issues"
},
"license": "MIT"
}