mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
22 lines
648 B
JSON
22 lines
648 B
JSON
{
|
|
"name": "bitwarden-help",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "gulp build && jekyll build",
|
|
"build:watch": "gulp build && jekyll serve --watch --host=0.0.0.0",
|
|
"deploy": "npm run build && gh-pages --dotfiles --dist _site",
|
|
"deploy:ci": "npm run build && gh-pages --dotfiles --dist _site --silent --repo \"https://${GH_TOKEN}@github.com/bitwarden/help.git\""
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap-sass": "3.3.7",
|
|
"fluidbox": "2.0.5",
|
|
"font-awesome": "4.7.0",
|
|
"gh-pages": "^1.2.0",
|
|
"gulp": "^4.0.0",
|
|
"jquery": "3.3.1",
|
|
"lunr": "0.7.1",
|
|
"merge-stream": "1.0.1",
|
|
"del": "^3.0.0"
|
|
}
|
|
}
|