forked from openpgpjs/openpgpjs
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 759 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 759 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": "react-native-openpgp",
"description": "React-Native OpenPGP is an OpenPGP.js implementation made to work under React-Native.",
"version": "1.0.4",
"license": "MIT",
"engines": {
"node": ">=0.8"
},
"keywords": [
"crypto",
"pgp",
"gpg",
"openpgp",
"react-component",
"react-native",
"randomBytes",
"rng",
"ios",
"android"
],
"main": "src/openpgp.js",
"directories": {
"lib": "src"
},
"dependencies": {
"asmcrypto-lite": "^1.0.1",
"buffer": "^4.5.0",
"es6-promise": "3.1.2",
"node-fetch": "^1.3.3",
"node-localstorage": "~1.1.2",
"rusha": "^0.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/orhan/react-native-openpgp"
}
}