-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 852 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
{
"name": "nic.ge-lookup",
"version": "2.0.0",
"description": "Fetches GE domain WHOIS information from https://nic.ge/",
"main": "index.js",
"scripts": {
"start:firefox": "web-ext run --target=firefox-desktop --source-dir ./src/ --verbose",
"start:chromium": "web-ext run --target=chromium --source-dir ./src/ --verbose",
"build": "web-ext build --source-dir ./src/ --artifacts-dir ./dist/ --overwrite-dest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s3cb0y/nic.ge-lookup.git"
},
"keywords": [
"whois",
"domain",
"webextension"
],
"author": "s3cb0y",
"license": "MIT",
"bugs": {
"url": "https://github.com/s3cb0y/nic.ge-lookup/issues"
},
"homepage": "https://github.com/s3cb0y/nic.ge-lookup#readme",
"devDependencies": {
"web-ext": "^4.1.0"
}
}