package.json 416 Bytes
Newer Older
李晓兵's avatar
李晓兵 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "name": "@jiguang-ionic/jpush",
  "version": "1.0.2",
  "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"
  }
}