-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 948 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
37
{
"name": "nxtpush-cordova-plugin",
"version": "1.0.4",
"description": "HUAWEI PUSH & XIAOMI PUSH & JPUSH for cordova plugin",
"cordova": {
"id": "nxtpush-cordova-plugin",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pengkobe/NXT-Cordova-PushPlugin.git"
},
"keywords": [
"nxtpush",
"push",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [{
"name": "cordova",
"version": ">=4.0"
}],
"dependencies": {
"cordova-plugin-jcore": "1.1.4",
"cordova-plugin-device": "*"
},
"author": "yipeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/pengkobe/NXT-Cordova-PushPlugin/issues"
},
"homepage": "https://github.com/pengkobe/NXT-Cordova-PushPlugin#readme"
}