forked from mailvelope/mailvelope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.05 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "mailvelope",
"version": "2.0.0",
"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.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/mailvelope/mailvelope.git"
},
"keywords": [
"gpg"
],
"license": "AGPL",
"readmeFilename": "Readme.md",
"dependencies": {
"angular": "^1.6.5",
"bootstrap": "^3.3.7",
"dompurify": "^0.9.0",
"emailjs-mime-builder": "^1.0.1",
"emailjs-mime-codec": "github:mailvelope/emailjs-mime-codec#v1.0.2m",
"jquery": "^3.2.1",
"mailreader": "^1.0.0",
"moment": "^2.18.1",
"ng-tags-input": "^3.2.0",
"openpgp": "^2.5.10",
"prop-types": "^15.5.10",
"qrcodejs": "github:llyys/qrcodejs#98657dab44d520876cfb646c39ebbc43c1594826",
"react": "^15.6.1",
"react-datepicker": "^0.52.0",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"react-select": "^1.0.0-rc.5",
"webextension-polyfill": "^0.1.1"
},
"devDependencies": {
"angular-mocks": "^1.6.5",
"babel-core": "^6.24.1",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.1",
"css-loader": "^0.28.4",
"eslint-plugin-react": "^7.1.0",
"grunt": "^1.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-replace": "^1.0.1",
"grunt-shell": "^2.1.0",
"ink-docstrap": "^1.3.0",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.4.2",
"sinon": "^3.2.1",
"string-replace-loader": "^1.2.0",
"style-loader": "^0.18.2",
"web-ext": "^2.0.0",
"webpack": "^3.5.6"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"private": true
}