forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.81 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "nightTab",
"version": "6.3.0",
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run clean-dev; gulp dev",
"build": "npm run clean-build; npm run build-web; npm run build-extension",
"build-web": "gulp build",
"build-extension": "web-ext build -s build/web -a build/extension",
"lint": "npm run lint-extension",
"lint-extension": "web-ext lint -s build/web",
"clean": "npm run clean-dev; npm run clean-build",
"clean-dev": "rm -rf dev",
"clean-build": "rm -rf build",
"deploy-gh-pages": "npm run clean-build; gulp build; gh-pages -d build/web"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zombieFox/nightTab.git"
},
"keywords": [
"startpage",
"start-page",
"newtabpage",
"new-tab-page",
"tab",
"chrome-extension",
"extension",
"bookmarks",
"links"
],
"author": "zombieFox",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/zombieFox/nightTab/issues"
},
"homepage": "https://github.com/zombieFox/nightTab#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-file-include": "^2.2.2",
"gulp-filter": "^6.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-minify-inline": "^1.1.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"gulp-watch": "^5.0.1",
"html5sortable": "^0.9.18",
"moment": "^2.27.0",
"web-ext": "^5.0.0",
"webfontloader": "^1.6.28"
},
"dependencies": {}
}