-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
35 lines (35 loc) · 1.12 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
{
"name": "@develodesign/vsf-payment-stripe",
"version": "2.6.2",
"description": "A Stripe extension built for vue-storefront, by Develo Design.",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/develodesign/vsf-payment-stripe.git"
},
"keywords": [
"vue-storefront-stripe",
"vsf-payment-stripe",
"develodesign/vue-storefront-stripe",
"develodesign",
"vue-storefront",
"divanteltd/vue-storefront"
],
"author": "Mike Sheward <[email protected]> (https://www.develodesign.co.uk)",
"maintainers": [
"Luke Collymore <[email protected]> (https://www.develodesign.co.uk)",
"Mike Sheward <[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-stripe/issues"
},
"homepage": "https://github.com/develodesign/vsf-payment-stripe#readme"
}