1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-01-16 21:03:55 +03:00
bitwarden-android/package.json

12 lines
222 B
JSON
Raw Normal View History

2019-06-10 13:36:03 -04:00
{
2019-06-10 15:11:49 -04:00
"name": "bitwarden-mobile",
2019-06-10 13:36:03 -04:00
"version": "0.0.0",
"scripts": {
2019-06-10 15:11:01 -04:00
"deploy": "gh-pages --dist dist",
"clean:l10n": "git push origin --delete l10n_master"
2019-06-10 13:36:03 -04:00
},
"devDependencies": {
"gh-pages": "3.2.3"
2019-06-10 13:36:03 -04:00
}
}