-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 960 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
37
38
{
"name": "react-native-gif-search",
"version": "1.3.2",
"description": "An easy-to-use, highly customizable react-native package for searching and selecting from a list of gifs and/or stickers using the Tenor and/or the Giphy API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Thanasis1101/react-native-gif-search.git"
},
"keywords": [
"gif",
"gifs",
"giphy",
"react-native",
"gif-search",
"gif-picker",
"gif-selector",
"tenor",
"giphy",
"tenor-api",
"giphy-api",
"tenor-gifs",
"giphy-gifs",
"npm",
"stickers"
],
"author": "Thanasis1101",
"license": "ISC",
"bugs": {
"url": "https://github.com/Thanasis1101/react-native-gif-search/issues"
},
"homepage": "https://github.com/Thanasis1101/react-native-gif-search#readme",
"dependencies": {
}
}