1
0
mirror of https://github.com/bitwarden/help synced 2026-02-04 18:43:16 +00:00
Files
help/package.json
2018-09-22 15:59:25 -04:00

22 lines
538 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"
},
"devDependencies": {
"gulp": "3.9.1",
"rimraf": "2.6.1",
"run-sequence": "2.1.0",
"merge-stream": "1.0.1",
"bootstrap-sass": "3.3.7",
"font-awesome": "4.7.0",
"jquery": "2.2.4",
"lunr": "0.7.1",
"fluidbox": "2.0.5",
"gh-pages": "^1.2.0"
}
}