UNPKG

1.86 kBJSONView Raw
1{
2 "name": "vue-gallery",
3 "version": "2.0.1",
4 "description": "VueJS responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.",
5 "main": "dist/js/vue-gallery.js",
6 "jsnext:main": "src/index.js",
7 "unpkg": "dist/js/vue-gallery.min.js",
8 "scripts": {
9 "test": "echo \"Error: no test specified\" && exit 1",
10 "lint": "node_modules/.bin/eslint ./",
11 "build": "NODE_ENV=production node_modules/.bin/rollup -c ./build/rollup.config.js && NODE_ENV=production BUILD_MODE=minify node_modules/.bin/rollup -c ./build/rollup.config.js",
12 "patch": "npm version patch",
13 "minor": "npm version minor",
14 "major": "npm version major",
15 "postinstall": "opencollective-postinstall || true"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/RobinCK/vue-gallery.git"
20 },
21 "author": "Igor Ognichenko <ognichenko.igor@gmail.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/RobinCK/vue-gallery/issues"
25 },
26 "homepage": "https://github.com/RobinCK/vue-gallery#readme",
27 "keywords": [
28 "vue-gallery",
29 "vuejs-gallery",
30 "vue",
31 "vuejs",
32 "gallery",
33 "images",
34 "pictures",
35 "carousel",
36 "slider",
37 "mobile",
38 "touch",
39 "vue-plugin",
40 "vue-component"
41 ],
42 "dependencies": {
43 "blueimp-gallery": "^2.33.0",
44 "opencollective-postinstall": "^2.0.2"
45 },
46 "devDependencies": {
47 "@babel/core": "^7.2.2",
48 "@babel/preset-env": "^7.3.1",
49 "eslint": "^5.13.0",
50 "rollup": "^1.1.2",
51 "rollup-plugin-babel": "4.3.2",
52 "rollup-plugin-commonjs": "^9.2.0",
53 "rollup-plugin-terser": "^4.0.4",
54 "rollup-plugin-vue": "4.7.1",
55 "vue-template-compiler": "^2.6.4"
56 },
57 "collective": {
58 "type": "opencollective",
59 "url": "https://opencollective.com/vue-gallery"
60 }
61}