forked from tectiv3/react-native-aes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 879 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
30
31
32
33
34
35
36
37
{
"name": "react-native-aes-crypto",
"version": "2.1.1",
"description": "AES crypto native module for react-native",
"main": "index.js",
"types": "index.d.ts",
"author": "tectiv3",
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"aes",
"crypto",
"mobile",
"async",
"sha1",
"sha256",
"sha512",
"pbkdf2",
"hmac256",
"hmac512",
"uuid"
],
"homepage": "https://github.com/tectiv3/react-native-aes",
"bugs": {
"url": "https://github.com/tectiv3/react-native-aes/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/tectiv3/react-native-aes.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}