forked from mlzxy/cordova-plugin-leanpush
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 826 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
35
36
{
"name": "cordova-plugin-leancloud",
"version": "0.5.0-alpha.3",
"description": "A Cordova plugin for LeanCloud.",
"cordova": {
"id": "cordova-plugin-leancloud",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wujun4code/cordova-plugin-leancloud.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"leancloud",
"push",
"analytics"
],
"author": "Wu Jun",
"license": "MIT",
"bugs": {
"url": "https://github.com/BenBBear/cordova-plugin-leanpush/issues"
},
"homepage": "https://github.com/BenBBear/cordova-plugin-leancloud",
"devDependencies": {
"thunks": "^3.5.1",
"xml2js": "^0.4.12"
},
"typings": "./src/index.d.ts",
"types": "./src/index.d.ts"
}