-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 798 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 798 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-argon2",
"version": "4.0.0",
"description": "React Native Wrapper around Argon2",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/poowf/react-native-argon2"
},
"scripts": {
"release": "standard-version"
},
"keywords": [
"argon2",
"react-native",
"react",
"ios",
"android",
"react-component"
],
"author": "zanechua",
"contributors": [
{
"name": "Zane J. Chua",
"email": "hi@zanechua.com",
"url": "https://zanechua.com"
}
],
"license": "MIT",
"devDependencies": {
"standard-version": "^9.5.0"
},
"bugs": {
"url": "https://github.com/poowf/react-native-argon2/issues"
},
"homepage": "https://github.com/poowf/react-native-argon2#readme"
}