1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-27 23:31:41 +02:00
bitwarden-browser/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

2015-12-09 04:35:05 +01:00
{
"name": "bitwarden",
2018-03-25 01:49:20 +01:00
"version": "1.24.2",
"env": "Production",
"devDependencies": {
2017-12-19 18:13:33 +01:00
"connect": "3.6.5",
2017-03-22 04:05:14 +01:00
"lodash": "4.17.4",
"gulp": "3.9.1",
2017-03-22 04:05:14 +01:00
"gulp-concat": "2.6.1",
2017-08-30 21:04:05 +02:00
"gulp-cssmin": "0.2.0",
"gulp-less": "3.3.2",
"gulp-rename": "1.2.2",
2017-08-30 21:04:05 +02:00
"gulp-uglify": "3.0.0",
"gulp-gh-pages": "git+https://github.com/tekd/gulp-gh-pages.git#update-dependency",
"gulp-preprocess": "2.0.0",
"gulp-ng-annotate": "2.0.0",
2017-12-19 18:13:33 +01:00
"gulp-ng-config": "1.5.0",
2016-12-01 05:30:08 +01:00
"gulp-connect": "5.0.0",
2018-03-23 18:04:59 +01:00
"gulp-json-editor": "2.2.2",
2017-08-30 21:04:05 +02:00
"jshint": "2.9.5",
2017-03-22 04:05:14 +01:00
"gulp-jshint": "2.0.4",
2017-12-19 18:13:33 +01:00
"rimraf": "2.6.2",
"run-sequence": "2.2.0",
2017-03-22 04:05:14 +01:00
"merge-stream": "1.0.1",
2017-12-19 18:13:33 +01:00
"jquery": "3.2.1",
2017-03-22 04:05:14 +01:00
"font-awesome": "4.7.0",
"bootstrap": "3.3.7",
2017-12-19 18:13:33 +01:00
"angular": "1.6.7",
"angular-resource": "1.6.7",
"angular-sanitize": "1.6.7",
"angular-ui-bootstrap": "2.5.6",
2017-03-22 04:05:14 +01:00
"angular-ui-router": "0.4.2",
"angular-jwt": "0.1.9",
2017-12-19 18:13:33 +01:00
"angular-cookies": "1.6.7",
2017-03-22 04:05:14 +01:00
"admin-lte": "2.3.11",
"angular-toastr": "2.1.1",
"angular-bootstrap-show-errors": "2.3.0",
2017-12-19 18:13:33 +01:00
"angular-messages": "1.6.7",
2017-03-22 04:05:14 +01:00
"ngstorage": "0.3.11",
2017-12-19 18:13:33 +01:00
"papaparse": "4.3.6",
2017-08-30 21:04:05 +02:00
"clipboard": "1.7.1",
2017-12-19 18:13:33 +01:00
"ngclipboard": "1.1.2",
"angulartics": "1.5.0",
2017-03-22 04:05:14 +01:00
"angulartics-google-analytics": "0.4.0",
2017-05-04 06:13:01 +02:00
"node-forge": "0.7.1",
2017-08-30 21:04:05 +02:00
"webpack-stream": "4.0.0",
"angular-stripe": "5.0.0",
2017-04-04 16:14:54 +02:00
"angular-credit-cards": "3.1.6",
2017-12-19 18:13:33 +01:00
"browserify": "14.5.0",
2017-04-04 16:14:54 +02:00
"vinyl-source-stream": "1.1.0",
"gulp-derequire": "2.1.0",
2017-06-21 21:17:44 +02:00
"exposify": "0.5.0",
2017-07-08 06:12:57 +02:00
"duo_web_sdk": "git+https://github.com/duosecurity/duo_web_sdk.git",
"angular-promise-polyfill": "0.0.4"
}
2015-12-09 04:35:05 +01:00
}