This repository was archived by the owner on Oct 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.23 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.23 KB
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
{
"name": "nativescript-purchase",
"version": "2.0.14",
"description": "A NativeScript plugin for making in-app purchases",
"main": "purchase",
"typings": "nativescript-purchase.d.ts",
"nativescript": {
"platforms": {
"ios": "3.0.0",
"android": "3.0.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"category": "Utilities"
}
},
"repository": {
"type": "git",
"url": "https://github.com/PeterStaev/nativescript-purchase"
},
"keywords": [
"NativeScript",
"iap",
"in-app purchase",
"in-app billing",
"vending",
"payment",
"subscription",
"tangra"
],
"author": "Peter Staev <peter@tangrasoft.com>",
"contributors": [
"Sven Ziegler (https://github.com/svzi)",
"Yoann Wackers (https://github.com/Heer0)",
"Royi Namir (https://github.com/RoyiNamir)"
],
"license": "Apache-2.0",
"peerDependencies": {
"tns-core-modules": ">=3"
},
"devDependencies": {
"tns-core-modules": "^3.0.0",
"tns-platform-declarations": "3.4.0",
"tslint": "^4.5.1",
"typescript": "~2.2.2",
"grunt": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-clean": "1.0.0",
"grunt-exec": "2.0.0"
}
}