mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-22 16:13:20 +01:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "nighttab",
|
|
"version": "3.73.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",
|
|
"build": "npm run clean; npm run build-web; npm run build-extension",
|
|
"build-web": "gulp",
|
|
"build-extension": "web-ext build -s dest/web -a dest/extension",
|
|
"lint-webext": "web-ext lint -s",
|
|
"clean": "rm -rf dest"
|
|
},
|
|
"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": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/zombieFox/nightTab/issues"
|
|
},
|
|
"homepage": "https://github.com/zombieFox/nightTab#readme",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.2",
|
|
"gulp-cli": "^2.2.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-csso": "^3.0.1",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"web-ext": "^3.1.1",
|
|
"html5sortable": "^0.9.16",
|
|
"invert-color": "^2.0.0"
|
|
}
|
|
}
|