-
-
Notifications
You must be signed in to change notification settings - Fork 586
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "current-device",
"version": "0.10.2",
"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"
],
"scripts": {
"build": "nwb build-web-module && cp -R src/types ./lib",
"test": "nwb test"
},
"devDependencies": {
"eslint": "8.32.0",
"eslint-plugin-import": "2.23.4",
"nwb": "0.23.0",
"prettier": "2.7.1"
},
"author": {
"name": "Matthew Hudson",
"email": "matthud@gmail.com",
"url": "https://hudson.dev"
},
"repository": {
"type": "git",
"url": "git://github.com/matthewhudson/current-device.git"
},
"bugs": {
"url": "https://github.com/matthewhudson/current-device/issues"
},
"license": "MIT",
"types": "lib/types/index.d.ts"
}