build ionic-native/jpush

This commit is contained in:
Hevin
2017-12-07 21:35:43 +08:00
parent a891578f74
commit 4f4a7e44f8
5 changed files with 479 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@jiguang-ionic/jpush",
"version": "1.0.0",
"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"
}
}