-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.07 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": "com.scgateway.phonegap",
"version": "3.0.0",
"description": "Scgateway wrapper Cordova Plugin",
"cordova": {
"id": "com.scgateway.phonegap",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"scgateway",
"gateway",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.7.0"
}
],
"author": "ankit-deshmukh",
"license": "ISC",
"main": "SCGatewayPhonegap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch",
"release:major": "standard-version --release-as major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smallcase/gw-mob-sdk-cordova.git"
},
"bugs": {
"url": "https://github.com/smallcase/gw-mob-sdk-cordova/issues"
},
"homepage": "https://github.com/smallcase/gw-mob-sdk-cordova#readme",
"dependencies": {
"standard-version": "^9.5.0"
}
}