mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-19 22:55:02 +08:00
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "@jiguang-ionic/jpush",
|
|
"version": "1.0.1",
|
|
"description": "JPush support for ionic-native",
|
|
"module": "index.js",
|
|
"typings": "index.d.ts",
|
|
"author": "hevin",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@ionic-native/core": "^4.2.0",
|
|
"@angular/core": "*",
|
|
"rxjs": "^5.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jpush/jpush-phonegap-plugin"
|
|
}
|
|
}
|