-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.64 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "cordova-plugin-inapppurchases",
"version": "3.1.1",
"author": {
"name": "CozyCode",
"email": "[email protected]"
},
"description": "Cordova plugin to add in-app-purchases (and subscriptions) into an app, use javascript to view, make, and complete purchases.",
"main": "ios/ios-index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cozycodegh/cordova-plugin-inapppurchases.git"
},
"keywords": [
"cordova",
"plugin",
"in-app-purchases",
"inapppurchases",
"inapppurchase",
"subscription",
"app",
"ios",
"android",
"ecosystem:cordova",
"purchase",
"purchases",
"cordova-android",
"cordova-ios",
"payments",
"in",
"app",
"promise",
"promises",
"android",
"ios",
"itunes",
"google",
"play",
"ionic",
"phonegap",
"appstore",
"storekit"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cozycodegh/cordova-plugin-inapppurchases/issues"
},
"homepage": "https://cozycode.ca/post?pon=cordova-plugin-inapppurchases",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-transform-async-to-generator": "^7.14.5",
"@babel/plugin-transform-regenerator": "^7.14.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"@babel/register": "^7.15.3",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-plumber": "1.2.1",
"gulp-util": "^3.0.7",
"mocha": "^9.1.3",
"vinyl-source-stream": "^2.0.0"
}
}