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