-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 881 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 881 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
38
39
{
"name": "react-native-cryptoswift",
"version": "1.1.0",
"description": "standard cryptographic functions with CryptoSwift on iOS",
"repository": {
"type": "git",
"url": "https://github.com/flyskywhy/react-native-cryptoswift"
},
"homepage": "https://github.com/flyskywhy/react-native-cryptoswift#readme",
"main": "index.js",
"nativePackage": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"crypto",
"cryptography",
"CryptoSwift",
"AES",
"AES-CCM",
"AES-GCM",
"CCM",
"GCM",
"MD5",
"SHA256",
"ios",
"android"
],
"author": "Yann Bonnetain <yann.bonnetain@gmail.com>",
"contributors": [
{
"name": "Li Zheng",
"email": "flyskywhy@gmail.com",
"url": "https://github.com/flyskywhy"
}
],
"license": "MIT"
}