-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
executable file
·34 lines (34 loc) · 1.05 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
{
"name": "@develodesign/vsf-payment-paypal",
"version": "1.1.5",
"description": "The PayPal module built for vue-storefront, by Develo Design.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/develodesign/vsf-payment-paypal.git"
},
"keywords": [
"vue-storefront-paypal",
"vsf-payment-paypal",
"develodesign/vue-storefront-paypal",
"develodesign",
"vue-storefront",
"divanteltd/vue-storefront"
],
"author": "Dmitry Schegolikhin <[email protected]> (https://www.develodesign.co.uk)",
"maintainers": [
"Luke Collymore <[email protected]> (https://www.develodesign.co.uk)",
"Dmitry Schegolikhin <[email protected]> (https://www.develodesign.co.uk)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/develodesign/vsf-payment-paypal/issues"
},
"homepage": "https://github.com/develodesign/vsf-payment-paypal#readme"
}