forked from nstudio/nativescript-pulltorefresh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 KB
/
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
39
40
41
42
43
44
45
{
"name": "nativescript-pulltorefresh",
"version": "1.1.4",
"description": "A NativeScript plugin to provide the Pull to Refresh control on any view.",
"main": "pulltorefresh.js",
"nativescript": {
"platforms": {
"android": "1.6.0",
"ios": "1.6.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/bradmartin/nativescript-pulltorefresh"
},
"keywords": [
"NativeScript",
"native",
"script",
"Pull Refresh",
"SwipeRefreshLayout",
"Material Design",
"UIRefreshControl",
"android",
"ios",
"bradmartin",
"Thorum"
],
"contributors": [
{
"name": "Nathanael Anderson",
"email": "nathan@master-technology",
"url": "https://github.com/nathanaela"
},
{
"name": "Peter Staev",
"email": "[email protected]",
"url": "https://github.com/PeterStaev"
}
],
"author": "Brad Martin <[email protected]> (https://github.com/bradmartin)",
"license": "Apache-2.0",
"bugs": "https://github.com/bradmartin/nativescript-pulltorefresh/issues",
"homepage": "https://github.com/bradmartin/nativescript-pulltorefresh"
}