forked from ionic-team/cordova-plugin-ionic-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "Keyboard",
"version": "2.2.1",
"description": "Ionic Keyboard Plugin",
"scripts": {
"release": "standard-version -a",
"pre-release": "standard-version -a -p --skip.changelog=true --skip.tag=true"
},
"cordova": {
"id": "Keyboard",
"platforms": [
"android",
"browser",
"ios",
"osx",
"windows"
]
},
"standard-version": {
"scripts": {
"postbump": "sync-cordova-xml2 package.json plugin.xml --output=plugin.xml && git add plugin.xml"
}
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/cordova-plugin-ionic-keyboard.git"
},
"keywords": [
"cordova",
"keyboard",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"author": "Apache Software Foundation",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/ionic-team/cordova-plugin-ionic-keyboard/issues"
},
"homepage": "https://github.com/ionic-team/cordova-plugin-ionic-keyboard#readme",
"devDependencies": {
"standard-version": "^7.0.0",
"sync-cordova-xml2": "0.0.3"
}
}