UNPKG

vue-photoswipe

Version:
46 lines (45 loc) 1.2 kB
{ "name": "vue-photoswipe", "version": "1.0.3", "description": "PhotoSwipe plugin for Vue.js 2.0", "main": "./src/index.js", "scripts": { "build": "webpack", "serve": "serve -p 1337", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ymyang/vue-photoswipe.git" }, "keywords": [ "PhotoSwipe", "Vue" ], "author": "ymyang", "license": "ISC", "bugs": { "url": "https://github.com/ymyang/vue-photoswipe/issues" }, "homepage": "https://github.com/ymyang/vue-photoswipe#readme", "dependencies": { "photoswipe": "^4.1.1" }, "devDependencies": { "autoprefixer": "^6.7.7", "babel-core": "^6.24.1", "babel-loader": "^6.4.1", "babel-preset-es2015": "^6.24.1", "css-loader": "^0.28.0", "extract-text-webpack-plugin": "^2.1.0", "file-loader": "^0.11.1", "html-webpack-plugin": "^2.28.0", "serve": "^5.1.4", "url-loader": "^0.5.8", "vue": "^2.2.6", "vue-loader": "^11.3.4", "vue-style-loader": "^3.0.0", "vue-template-compiler": "^2.2.6", "webpack": "^2.4.1" } }