-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 897 Bytes
/
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
{
"name": "alfred-firefoxtabswitch",
"version": "1.1.1",
"description": "An alfred workflow to quickly switch between tabs on Firefox",
"main": "index.js",
"scripts": {
"generateAppManifest": "node generateAppManifest.js $(npm -g root)",
"postinstall": "npm run-s generateAppManifest && alfy-init",
"preuninstall": "alfy-cleanup"
},
"keywords": [
"alfred",
"tab",
"firefox",
"webextension"
],
"author": "Damien 'pyrho' Rajon",
"license": "Unlicense",
"devDependencies": {
"web-ext": "^4.2.0"
},
"dependencies": {
"alfy": "^0.9.1",
"node-ipc": "^9.1.1",
"node-native-messaging-host": "^1.0.5",
"run-applescript": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pyrho/alfred-firefoxtabswitch.git"
}
}