Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Package.json updated for npm (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijunaid authored Dec 29, 2020
1 parent d6ae109 commit 77dfc7d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .versions
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]
45 changes: 28 additions & 17 deletions package.json
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"
}

0 comments on commit 77dfc7d

Please sign in to comment.