forked from OneSignal/OneSignal-Unity-SDK-Bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 809 Bytes
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
{
"name": "com.onesignal-test.unity.bootstrap",
"displayName": "OneSignal - Bootstrap",
"version": "0.0.2",
"unity": "2018.4",
"description": "OneSignal SDK Bootstrapper.",
"keywords": [
"push-notifications",
"notification-service",
"notifications",
"sdk",
"pushnotificaitions",
"apns",
"gcm",
"bootstrap"
],
"license": "MIT",
"author": {
"name": "OneSignal",
"email": "support@onesignal.com",
"url": "https://onesignal.com/"
},
"homepage": "https://onesignal.com/",
"bugs": {
"url": "https://github.com/OneSignal/OneSignal-Unity-SDK-Bootstrap/issues",
"email" : "support@onesignal.com"
},
"repository": {
"type": "git",
"url": "git@github.com:OneSignal/OneSignal-Unity-SDK-Bootstrap.git"
}
}