forked from cjpearson/cordova-plugin-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
35 lines (35 loc) · 988 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
{
"name": "cordova-plugin-ionic-keyboard",
"version": "2.2.0",
"description": "Ionic Keyboard Plugin",
"scripts": {
"release": "standard-version -a",
"pre-release": "standard-version -a -p --skip.changelog=true --skip.tag=true"
},
"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"
}
}