-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
24 lines (24 loc) · 975 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
{
"name": "lookup-in-popup",
"version": "0.0.2",
"description": "Lookup selected texts in the popup on your preferred search engine, and open links in the popup",
"main": "lip.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"chrome": "web-ext -c=chrome_config.js run -t chromium",
"firefox": "web-ext -c=firefox_config.js run",
"both": "web-ext run -t firefox-desktop -t chromium --start-url https://en.wikipedia.org/wiki/Main_Page --start-url about:debugging#/runtime/this-firefox",
"build-chrome": "web-ext -c=chrome_config.js build",
"build-firefox": "web-ext -c=firefox_config.js build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harry-private/lookup-in-popup.git"
},
"author": "harry-private",
"license": "MIT",
"bugs": {
"url": "https://github.com/harry-private/lookup-in-popup/issues"
},
"homepage": "https://github.com/harry-private/lookup-in-popup#readme"
}