2017-12-07 21:35:43 +08:00
|
|
|
{
|
|
|
|
"name": "@jiguang-ionic/jpush",
|
2019-02-23 23:58:23 +08:00
|
|
|
"version": "2.0.0",
|
2017-12-07 21:35:43 +08:00
|
|
|
"description": "JPush support for ionic-native",
|
|
|
|
"module": "index.js",
|
|
|
|
"typings": "index.d.ts",
|
|
|
|
"author": "hevin",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2019-02-23 23:58:23 +08:00
|
|
|
"@ionic-native/core": "^5.1.0",
|
2017-12-07 21:35:43 +08:00
|
|
|
"@angular/core": "*",
|
2019-02-23 23:58:23 +08:00
|
|
|
"rxjs": "^6.3.0"
|
2017-12-07 21:35:43 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jpush/jpush-phonegap-plugin"
|
|
|
|
}
|
|
|
|
}
|