forked from skb1129/react-native-change-icon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 782 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
{
"name": "react-native-change-icon",
"title": "React Native Change Icon",
"version": "4.0.0",
"description": "Change application icon programmatically in React-Native.",
"main": "index.js",
"source": "index.js",
"react-native": "index.js",
"files": [
"android",
"ios",
"index.js",
"react-native-change-icon.podspec",
"react-native.config.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/skb1129/react-native-change-icon",
"author": "Surya Kant Bansal <suryakantbansal97@gmail.com> (https://github.com/skb1129)",
"license": "MIT",
"peerDependencies": {
"react-native": "*"
}
}