-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1020 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": "@zenput/cordova-plugin-uwp-oauth",
"version": "22.3.5-H13M27S41",
"description": "This plugin uses the WebAuthenticationBroker class to connect to OAuth providers.",
"cordova": {
"id": "@zenput/cordova-plugin-uwp-oauth",
"platforms": [
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/zenput/cordova-plugin-uwp-oauth"
},
"keywords": [
"windows",
"oauth",
"auth",
"authentication"
],
"scripts": {
"calversion": "TIMESTAMP=$(date '+%y.%-m.%-d-H%HM%MS%S') && echo $TIMESTAMP && npm version $TIMESTAMP",
"version": "node scripts/update-version-num.js $npm_package_version && git add --all .",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"xml-js": "1.6.9"
},
"author": "Zenput <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zenput/cordova-plugin-uwp-oauth/issues"
},
"homepage": "https://github.com/zenput/cordova-plugin-uwp-oauth"
}