forked from j3k0/cordova-plugin-purchase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.86 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
{
"name": "cordova-plugin-purchase",
"version": "13.10.2",
"description": "Cordova Purchase plugin for iOS, Android, Windows (AppStore, Play, UWP)",
"cordova": {
"id": "cordova-plugin-purchase",
"platforms": [
"android",
"ios",
"wp8"
]
},
"repository": {
"type": "git",
"url": "https://github.com/j3k0/cordova-plugin-purchase.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"cordova",
"phonegap",
"purchase",
"storekit",
"ios",
"android",
"play",
"appstore",
"iaptic",
"fovea"
],
"scripts": {
"typedoc": "typedoc --hideGenerator --excludePrivate --excludeProtected --excludeInternal --disableSources --readme src/ts/README.md --hideBreadcrumbs true --hideInPageTOC false --out api --pretty --plugin typedoc-plugin-markdown --theme markdown --basePath src/ts src/ts/store.ts",
"typedoc-dev": "typedoc --hideGenerator --readme src/ts/README.md --out api-dev --pretty --plugin typedoc-plugin-markdown --theme markdown --basePath src/ts src/ts/store.ts"
},
"author": "Jean-Christophe Hoelt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/j3k0/cordova-plugin-purchase/issues"
},
"homepage": "https://github.com/j3k0/cordova-plugin-purchase",
"devDependencies": {
"acorn": "^6.3.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"istanbul": "^0.4.5",
"jshint": "^2.10.2",
"mocha": "^6.2.0",
"preprocessor": "^1.4.0",
"typedoc": "^0.23.15",
"typedoc-github-wiki-theme": "^1.0.1",
"typedoc-plugin-markdown": "^3.13.6",
"typescript": "2.8.4",
"uglify-js": "^3.6.0"
},
"main": "./www/store.js",
"types": "./www/store.d.ts"
}