We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a763ba commit 774a8f6Copy full SHA for 774a8f6
package.json
@@ -8,6 +8,21 @@
8
"serve": "vue-cli-service serve",
9
"build": "vue-cli-service build --target lib --name VuePureLightbox src/Components/Lightbox.vue"
10
},
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/DCzajkowski/vue-pure-lightbox.git"
14
+ },
15
+ "keywords": [
16
+ "vue",
17
+ "vue.js",
18
+ "lightbox"
19
+ ],
20
+ "author": "Dariusz Czajkowski",
21
+ "license": "MIT",
22
+ "bugs": {
23
+ "url": "https://github.com/DCzajkowski/vue-pure-lightbox/issues"
24
25
+ "homepage": "https://github.com/DCzajkowski/vue-pure-lightbox#readme",
26
"files": [
27
"dist/*",
28
"src/*",
0 commit comments