jquery.photoswipe
Version:
The jQuery plugin for PhotoSwipe
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "jquery.photoswipe",
"version": "1.1.1",
"description": "The jQuery plugin for PhotoSwipe",
"main": "src/jquery.photoswipe.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp && gulp uglify",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaquawa/jquery.photoswipe.git"
},
"keywords": [
"jQuery",
"lightbox",
"colorbox",
"PhotoSwipe",
"gallery"
],
"author": "yaquawa",
"license": "ISC",
"bugs": {
"url": "https://github.com/yaquawa/jquery.photoswipe/issues"
},
"homepage": "https://github.com/yaquawa/jquery.photoswipe#readme",
"browserify": {
"transform": [
"babelify"
]
},
"dependencies": {
"jquery": "^1.12.0",
"photoswipe": "^4.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}