1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-05 12:04:54 +02:00
bitwarden-browser/package.json

53 lines
1.4 KiB
JSON
Raw Normal View History

2015-12-09 04:35:05 +01:00
{
"name": "bitwarden",
"version": "1.10.0",
"env": "Production",
"devDependencies": {
2017-03-22 04:05:14 +01:00
"connect": "3.6.0",
"lodash": "4.17.4",
"gulp": "3.9.1",
2017-03-22 04:05:14 +01:00
"gulp-concat": "2.6.1",
"gulp-cssmin": "0.1.7",
2017-03-22 04:05:14 +01:00
"gulp-less": "3.3.0",
"gulp-rename": "1.2.2",
2017-03-22 04:05:14 +01:00
"gulp-uglify": "2.1.2",
"gulp-gh-pages": "0.5.4",
"gulp-preprocess": "2.0.0",
"gulp-ng-annotate": "2.0.0",
2017-03-22 04:05:14 +01:00
"gulp-ng-config": "1.4.0",
2016-12-01 05:30:08 +01:00
"gulp-connect": "5.0.0",
2017-03-22 04:05:14 +01:00
"jshint": "2.9.4",
"gulp-jshint": "2.0.4",
"rimraf": "2.6.1",
"run-sequence": "1.2.2",
"merge-stream": "1.0.1",
"jquery": "2.2.4",
2017-03-22 04:05:14 +01:00
"font-awesome": "4.7.0",
"bootstrap": "3.3.7",
"angular": "1.6.3",
"angular-resource": "1.6.3",
"angular-ui-bootstrap": "2.5.0",
"angular-ui-router": "0.4.2",
"angular-jwt": "0.1.9",
"angular-cookies": "1.6.3",
"admin-lte": "2.3.11",
"angular-toastr": "2.1.1",
"angular-bootstrap-show-errors": "2.3.0",
2017-03-22 04:05:14 +01:00
"angular-messages": "1.6.3",
"ngstorage": "0.3.11",
"papaparse": "4.2.0",
"clipboard": "1.6.1",
"ngclipboard": "1.1.1",
2017-03-22 04:05:14 +01:00
"angulartics": "1.4.0",
"angulartics-google-analytics": "0.4.0",
"node-forge": "0.7.0",
2017-04-04 16:14:54 +02:00
"webpack-stream": "3.2.0",
"angular-stripe": "4.2.12",
"angular-credit-cards": "3.1.6",
"browserify": "14.1.0",
"vinyl-source-stream": "1.1.0",
"gulp-derequire": "2.1.0",
"exposify": "0.5.0"
}
2015-12-09 04:35:05 +01:00
}