create ionic floder

This commit is contained in:
Hevin
2017-12-11 12:31:54 +08:00
parent 6d013438cd
commit c254794ace
11 changed files with 24 additions and 63 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"
}
}