forked from mailvelope/mailvelope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.24 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
{
"name": "mailvelope",
"version": "1.4.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": {
"mailreader": "~1.0.0",
"emailjs-mime-builder": "mailvelope/emailjs-mime-builder#v1.0.1m",
"emailjs-mime-codec": "mailvelope/emailjs-mime-codec#v1.0.2m"
},
"devDependencies": {
"chai": "^3.5.0",
"es6-promise": "^3.1.2",
"grunt": "~0.4.2",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.6.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jpm": "~0.1.3",
"grunt-jscs": "~1.1.0",
"grunt-jsdoc": "^0.5.7",
"grunt-mocha-phantomjs": "^3.0.0",
"grunt-text-replace": "~0.3.11",
"mocha": "^2.4.5",
"sinon": "^1.17.4"
},
"private": true
}