forked from mailvelope/mailvelope
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 995 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 995 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
31
32
33
{
"name": "mailvelope",
"version": "0.10.0b1",
"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/toberndo/mailvelope.git"
},
"keywords": [
"gpg"
],
"license": "AGPL",
"readmeFilename": "Readme.md",
"dependencies": {
"mailreader": "https://github.com/whiteout-io/mailreader/tarball/v0.3.3"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compress": "~0.6.1",
"grunt-mozilla-addon-sdk": "~0.3.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-modernizr": "~0.5.1",
"grunt-bump": "0.0.13"
},
"private": true
}