-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 879 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
{
"name": "react-native-android-function",
"version": "0.0.3",
"description": "React native library, contains a set of functions.",
"repository": {
"type": "git",
"url": "https://github.com/gaetanozappi/react-native-android-function.git"
},
"bugs": {
"url": "https://github.com/gaetanozappi/react-native-android-function/issues"
},
"homepage": "https://github.com/gaetanozappi/react-native-android-function#readme",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native-vector-icons": "^6.1.0"
},
"keywords": [
"react-native",
"android",
"function",
"shortcuts",
"youtube",
"facebook",
"instagram",
"twitter",
"googleplaystore"
],
"author": "Gaetano Zappi",
"license": "Apache License 2.0",
"peerDependencies": {}
}