This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
countly:countly-sdk-js@18.8.2 | ||
countly:countly-sdk-js@20.11.0 | ||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,43 @@ | ||
{ | ||
"name": "countly-sdk-cordova", | ||
"description": "Countly is an innovative, real-time, open source mobile analytics and push notifications platform. It collects data from mobile devices, and visualizes this information to analyze mobile application usage and end-user behavior. There are two parts of Countly: the server that collects and analyzes data, and mobile SDK that sends this data. Both parts are open source with different licensing terms.", | ||
"name": "countly-sdk-js", | ||
"version": "20.11.0", | ||
"homepage": "https://github.com/Countly/countly-sdk-cordova#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/Countly/countly-sdk-cordova.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Countly/countly-sdk-cordova/issues" | ||
}, | ||
"description": "Countly is an innovative, real-time, open source mobile analytics and push notifications platform. It collects data from mobile devices, and visualizes this information to analyze mobile application usage and end-user behavior. There are two parts of Countly: the server that collects and analyzes data, and mobile SDK that sends this data. Both parts are open source with different licensing terms.", | ||
"cordova": { | ||
"id": "countly-sdk-cordova", | ||
"id": "countly-sdk-js", | ||
"platforms": [ | ||
"ios", | ||
"android" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Countly/countly-sdk-cordova.git" | ||
}, | ||
"keywords": [ | ||
"Event", | ||
"Mobile analytical", | ||
"ecosystem:cordova", | ||
"ecosystem:phonegap", | ||
"cordova-ios", | ||
"cordova-android" | ||
], | ||
"engines": {}, | ||
"author": "Countly. Ltd.", | ||
"engines": [ | ||
{ | ||
"name": "cordova", | ||
"version": ">=9.0.0" | ||
}, | ||
{ | ||
"name": "cordova-android", | ||
"version": ">=8.0.0" | ||
}, | ||
{ | ||
"name": "cordova-ios", | ||
"version": ">=5.0.0" | ||
} | ||
], | ||
"author": "Countly <[email protected]> (https://count.ly/)", | ||
"license": "MIT", | ||
"scripts": {}, | ||
"devDependencies": {}, | ||
"dependencies": {} | ||
"bugs": { | ||
"url": "https://github.com/Countly/countly-sdk-cordova/issues" | ||
}, | ||
"homepage": "https://github.com/Countly/countly-sdk-cordova#readme" | ||
} |