-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "rdex-dashboard",
"version": "1.0.0",
"description": "A Firefox extension that transforms your new tab page into a beautiful, minimal dashboard",
"main": "src/js/background.js",
"scripts": {
"build": "mkdir -p dist && cp -r manifest.json icons src LICENSE README.md dist/",
"test": "web-ext lint",
"start:firefox": "web-ext run --source-dir=./",
"lint": "web-ext lint",
"package": "web-ext build",
"use:chrome": "cp manifest-chrome.json manifest.json",
"use:firefox": "cp manifest-firefox.json manifest.json"
},
"keywords": [
"webextension",
"firefox",
"dashboard",
"new-tab",
"productivity"
],
"author": "RDEX Dashboard Contributors",
"homepage": "https://github.com/rdarshan927/RDEX",
"bugs": {
"url": "https://github.com/rdarshan927/RDEX/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rdarshan927/RDEX.git"
},
"license": "MIT",
"devDependencies": {
"web-ext": "^7.0.0"
},
"dependencies": {
"canvas": "^3.2.0"
}
}