-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 957 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
{
"name": "vsf-payment-nexi",
"version": "0.2.0",
"description": "The Nexi payment module built for vue-storefront by CDSHotels.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://cdshotels.visualstudio.com/Elice/_git/Elice.Storefront.PaymentNexi"
},
"keywords": [
"vue-storefront-nexi",
"vsf-payment-nexi",
"cdshotels/vue-storefront-nexi",
"cdshotels",
"vue-storefront",
"divanteltd/vue-storefront"
],
"author": "CDSHotels <l.pansky@cdshotels.it> (https://cdshotels.it)",
"maintainers": [
"Libor Pansky <l.pansky@cdshotels.it> (https://cdshotels.it)"
],
"license": "MIT",
"bugs": {
"url": "https://cdshotels.visualstudio.com/Elice/_workitems"
},
"homepage": "https://cdshotels.visualstudio.com/Elice/_git/Elice.Storefront.PaymentNexi"
}