| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "jpush-phonegap-plugin",
- "version": "3.4.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": ">=1.2.0"
- },
- "author": "JiGuang",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/jpush/jpush-phonegap-plugin/issues"
- },
- "homepage": "https://github.com/jpush/jpush-phonegap-plugin#readme"
- }
|