-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 866 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
{
"name": "nutabs",
"version": "0.1.3",
"description": "Bowser extension which adds ability to open job postings from NUworks in a new tab",
"main": "jobTabs.js",
"scripts": {
"start": "web-ext run",
"start:beta": "web-ext run --firefox=beta",
"start:nightly": "web-ext run --firefox=nightly",
"start:dev": "web-ext run --firefox=firefoxdeveloperedition",
"sign": "export $(cat .env | xargs) && web-ext sign",
"build": "web-ext build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VishalRamesh50/NUTabs.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/VishalRamesh50/NUTabs/issues"
},
"homepage": "https://github.com/VishalRamesh50/NUTabs#readme",
"devDependencies": {
"web-ext": "^5.2.0"
}
}