nightTab/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2019-08-08 13:32:34 +02:00
{
"name": "nighttab",
"version": "3.68.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",
2019-08-08 15:18:49 +02:00
"build": "npm run clean; npm run build-web; npm run build-extension",
2019-08-08 13:32:34 +02:00
"build-web": "gulp",
2019-08-08 15:18:49 +02:00
"build-extension": "web-ext build -s dest/web -a dest/extension",
2019-08-08 13:32:34 +02:00
"lint-webext": "web-ext lint -s",
2019-08-08 15:18:49 +02:00
"clean": "rm -rf dest"
2019-08-08 13:32:34 +02:00
},
"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"
}
}