2016-04-08 09:43:00 +08:00
|
|
|
{
|
|
|
|
"name": "jpush-phonegap-plugin",
|
2016-07-12 13:53:12 +08:00
|
|
|
"version": "2.2.2",
|
2016-04-08 09:43:00 +08:00
|
|
|
"description": "JPush for cordova plugin",
|
|
|
|
"cordova": {
|
2016-07-12 13:53:12 +08:00
|
|
|
"id": "cordova-plugin-JPush",
|
2016-04-08 09:43:00 +08:00
|
|
|
"platforms": [
|
|
|
|
"ios",
|
|
|
|
"android"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/jpush/jpush-phonegap-plugin.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"JPush",
|
|
|
|
"push",
|
2016-06-17 13:39:23 +08:00
|
|
|
"Push",
|
2016-04-08 09:43:00 +08:00
|
|
|
"ecosystem:cordova",
|
|
|
|
"cordova-ios",
|
|
|
|
"cordova-android"
|
|
|
|
],
|
|
|
|
"engines": [
|
|
|
|
{
|
|
|
|
"name": "cordova",
|
|
|
|
"version": ">=3.0"
|
|
|
|
}
|
|
|
|
],
|
2016-05-13 11:53:12 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"cordova-plugin-device": ">=1.0.0"
|
|
|
|
},
|
2016-04-08 09:43:00 +08:00
|
|
|
"author": "jpush",
|
|
|
|
"license": "Apache 2.0 License",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jpush/jpush-phonegap-plugin/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/jpush/jpush-phonegap-plugin#readme"
|
|
|
|
}
|