forked from globocom/react-native-ua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.05 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
46
47
48
49
50
51
{
"name": "react-native-ua",
"version": "0.0.8",
"description": "React Native module for Urban Airship platforms: iOS and Android",
"main": "index.js",
"homepage": "https://github.com/globocom/react-native-ua#readme",
"author": "Globo.com",
"contributors":[
{
"name": "Evandro Eisinger",
"email": "evandroeisinger@gmail.com"
},
{
"name": "Lucas Stephanou",
"email": "lucas@lucas-ts.com"
},
{
"name": "Thiago Papageorgiou",
"email": "tpapageorgiou@gmail.com"
},
{
"name": "Arthur Zettler",
"email": "arthur.zettler@gmail.com"
}
],
"dependencies": {
},
"engines": {
"npm": "^2.0.0"
},
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"notifications",
"push",
"apns",
"gcm",
"urban",
"airship"
],
"bugs": {
"url": "https://github.com/globocom/react-native-ua/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:globocom/react-native-ua.git"
}
}