-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "cordova-plugin-rollbar",
"version": "1.4.0",
"description": "This plugin adds Rollbar App monitoring to your application. Currently supports iOS and Android. You need to subscribe to the Rollbar service to use the plugin and make sure to set the ROLLBAR_ACCESS_TOKEN and ROLLBAR_ENVIRONMENT variables on install.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/emilyemorehouse/cordova-plugin-rollbar.git"
},
"keywords": [
"cordova",
"rollbar",
"plugin",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"cordova": {
"id": "cordova-plugin-rollbar",
"platforms": [
"android",
"ios"
]
},
"engines": [
{
"name": "cordova",
"version": ">=3.3.0"
}
],
"author": "Emily Morehouse",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/emilyemorehouse/cordova-plugin-rollbar/issues"
},
"homepage": "https://github.com/emilyemorehouse/cordova-plugin-rollbar"
}