-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.16 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.16 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-native-jjkit",
"title": "React Native JJkit",
"version": "2.1.2",
"description": "Kit of native modules for react native ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Only-IceSoul/react-native-jjkit.git",
"baseUrl": "https://github.com/Only-IceSoul/react-native-jjkit"
},
"keywords": [
"react-native",
"fast image",
"guiso",
"glide",
"photokit",
"Gallery",
"Cropper",
"editing image",
"progress",
"clip",
"clipper",
"badge",
"resize image",
"resize",
"react",
"native",
"fast",
"load",
"recycler",
"recyclerview",
"ImageListView",
"recyclerlistview"
],
"author": {
"name": "Juan J LF",
"email": "justinjlf21@gmail.com"
},
"license": "Apache License 2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5",
"mem": ">=4.0.0"
}
}