forked from Hybrid-Force/cordova-plugin-leancloud
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
34 lines (34 loc) · 781 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "cordova-plugin-leanpush",
"version": "0.3.5",
"description": "A Cordova plugin for LeanCloud Push and Analytics services",
"cordova": {
"id": "cordova-plugin-leanpush",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/BenBBear/cordova-plugin-leanpush.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"leancloud",
"push",
"analytics"
],
"author": "Xinyu Zhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/BenBBear/cordova-plugin-leanpush/issues"
},
"homepage": "https://github.com/BenBBear/cordova-plugin-leanpush",
"devDependencies": {
"thunks": "^3.5.1",
"xml2js": "^0.4.12"
}
}