package.json 416 B

12345678910111213141516171819
  1. {
  2. "name": "@jiguang-ionic/jpush",
  3. "version": "1.0.2",
  4. "description": "JPush support for ionic-native",
  5. "module": "index.js",
  6. "typings": "index.d.ts",
  7. "author": "hevin",
  8. "license": "MIT",
  9. "peerDependencies": {
  10. "@ionic-native/core": "^4.2.0",
  11. "@angular/core": "*",
  12. "rxjs": "^5.0.1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/jpush/jpush-phonegap-plugin"
  17. }
  18. }