mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-19 22:55:02 +08:00
35 lines
840 B
JSON
35 lines
840 B
JSON
{
|
|
"name": "jpush-phonegap-plugin",
|
|
"version": "3.2.3",
|
|
"description": "JPush for cordova plugin",
|
|
"cordova": {
|
|
"id": "jpush-phonegap-plugin",
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jpush/jpush-phonegap-plugin.git"
|
|
},
|
|
"keywords": [
|
|
"JPush",
|
|
"push",
|
|
"Push",
|
|
"ecosystem:cordova",
|
|
"cordova-ios",
|
|
"cordova-android"
|
|
],
|
|
"devDependencies": {
|
|
"cordova-plugin-device": "*",
|
|
"cordova-plugin-jcore": "*"
|
|
},
|
|
"author": "JiGuang",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jpush/jpush-phonegap-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/jpush/jpush-phonegap-plugin#readme"
|
|
}
|