jpush-phonegap-plugin/package.json
2017-05-02 17:53:16 +08:00

39 lines
931 B
JSON

{
"name": "jpush-phonegap-plugin",
"version": "3.1.4",
"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"
],
"engines": [{
"name": "cordova",
"version": ">=3.0"
}],
"peerDependencies": {
"cordova-plugin-device": ">=1.0.0",
"cordova-plugin-jcore": "1.1.2"
},
"author": "JiGuang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpush/jpush-phonegap-plugin/issues"
},
"homepage": "https://github.com/jpush/jpush-phonegap-plugin#readme"
}