-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 962 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 962 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
34
35
36
37
{
"name": "e2e",
"version": "0.0.8",
"description": "end-to-end helps you encrypt, decrypt, digital sign, and verify signed messages within the browser using OpenPGP.",
"main": "end-to-end.compiled.js",
"repository": {
"type": "git",
"url": "https://github.com/willscott/e2e"
},
"keywords": [
"e2e",
"end-to-end",
"openpgp",
"pgp",
"crypto"
],
"contributors": [
"Will Scott <willscott@gmail.com> (https://wills.co.tt)",
"End-to-End team <end-to-end@google.com>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/willscott/e2e/issues"
},
"homepage": "https://github.com/willscott/e2e",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-force": "~1.0.0",
"grunt-git": "~1.0.0",
"grunt-npm": "^0.0.2",
"grunt-prompt": "^1.3.3",
"grunt-shell": "~1.3.0"
}
}