-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 801 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 801 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "toggle-hotplug-cli",
"version": "0.0.2",
"description": "Toggle macOS Sierra hotplug on and off",
"main": "index.js",
"repository": "https://github.com/bukinoshita/toggle-hotplug-cli.git",
"author": "Bu Kinoshita <bukinoshita@gmail.com>",
"license": "MIT",
"keywords": [
"mac",
"macos",
"sierra",
"hot",
"plug",
"hotplug",
"image",
"photos"
],
"bin": {
"hotplug": "index.js"
},
"files": [
"index.js"
],
"scripts": {
"test": "xo"
},
"dependencies": {
"meow": "^6.0.0",
"shout-message": "^0.0.3",
"toggle-hotplug": "^0.0.1",
"update-notifier": "^4.0.0"
},
"devDependencies": {
"eslint-config-prettier": "6.7.0",
"xo": "0.25.3"
},
"xo": {
"extends": [
"prettier"
]
}
}