ng-photoswipe
Version:
An angular wrapper for PhotoSwipe
44 lines (43 loc) • 780 B
JSON
{
"name": "ng-photoswipe",
"version": "0.2.0",
"authors": [
"Massimiliano Sartoretto <massimilianosartoretto@gmail.com>"
],
"description": "An angular wrapper for PhotoSwipe",
"main": [
"angular-photoswipe.min.js",
"views/ng-photoswipe.html"
],
"dependencies": {
"angular": ">=1.3.0",
"photoswipe": "~4.1.0"
},
"devDependencies": {
"angular-mocks": "1.3.x"
},
"repository": {
"type": "git",
"url": "git@github.com:m00s/angular-photoswipe.git"
},
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"angular",
"PhotoSwipe",
"image",
"gallery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests.js",
"demo"
]
}