forked from mailvelope/mailvelope
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 794 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "mailvelope",
"version": "0.10.0b1",
"homepage": "https://github.com/toberndo/mailvelope",
"authors": [
"Thomas Oberndörfer <toberndo@yarkon.de>"
],
"description": "Mailvelope is a browser extension for Google Chrome and Firefox that allows secure email communication based on the OpenPGP standard. It can be configured to work with arbitrary Webmail provider.",
"license": "AGPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.0",
"bootstrap": "~2.2.2",
"spectrum": "~1.1.0",
"requirejs": "2.1.14",
"kendo-ui": "2013.1.319",
"dompurify": "0.4.2",
"css-toggle-switch": "2.1.6"
},
"resolutions": {
"jquery": "2.1.0"
}
}