forked from xerdnu/react-native-blasted-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (35 loc) · 796 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
{
"name": "react-native-blasted-image",
"version": "1.0.3",
"description": "A simple yet powerful image component for React Native, powered by Glide and SDWebImage",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"cached",
"image",
"image-cache",
"fastimage",
"fast-image"
],
"author": "xerdnu",
"license": "MIT, BSD, Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/xerdnu/react-native-blasted-image.git"
},
"peerDependencies": {
"react-native": ">=0.60.0"
},
"react-native": {
"ios": {
"podspec": "./BlastedImage.podspec"
},
"android": {
"sourceDir": "./android"
}
}
}