{ "name": "nightTab", "version": "7.6.0", "description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab.", "main": "index.js", "scripts": { "start": "webpack serve --open --config webpack.dev.js", "build": "webpack --config webpack.prod.js", "lint": "eslint" }, "keywords": [ "startpage", "start-page", "newtabpage", "new-tab-page", "tab", "chrome-extension", "extension", "bookmarks", "links", "nightTab" ], "author": "zombieFox", "license": "GPL-3", "bugs": { "url": "https://github.com/zombieFox/nightTab/issues" }, "homepage": "https://github.com/zombieFox/nightTab#readme", "devDependencies": { "copy-webpack-plugin": "^12.0.2", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", "eslint": "^9.5.0", "html-webpack-plugin": "^5.6.0", "mini-css-extract-plugin": "^2.9.0", "moment": "^2.30.1", "sortablejs": "^1.15.2", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.10", "webfontloader": "^1.6.28", "webpack": "^5.92.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4", "webpack-merge": "^5.10.0", "zip-webpack-plugin": "^4.0.1" } }