-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 843 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
36
37
{
"name": "@triniwiz/nativescript-stripe",
"version": "9.0.1",
"description": "NativeScript Stripe SDK",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "7.0.0",
"android": "7.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/triniwiz/nativescript-plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"Stripe"
],
"author": {
"name": "Osei Fortune",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/triniwiz/nativescript-plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/nativescript-plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"types": "./index.d.d.ts"
}