forked from remobile/react-native-des
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 731 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
{
"name": "react-native-des-cbc",
"version": "1.0.9",
"description": "A des crypto for react-native",
"main": "index.js",
"author": {
"name": "YunJiang.Fang & PizzaLiu",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"des",
"crypto",
"remobile",
"mobile",
"pizzaliu"
],
"homepage": "https://github.com/PizzaLiu/react-native-des",
"bugs": {
"url": "https://github.com/PizzaLiu/react-native-des/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/PizzaLiu/react-native-des.git"
}
}