forked from mailvelope/mailvelope
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 862 Bytes
/
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
{
"name": "mailvelope",
"version": "0.8.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/toberndo/mailvelope.git"
},
"keywords": [
"gpg"
],
"license": "AGPL",
"readmeFilename": "Readme.md",
"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"
},
"private": true
}