mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-03 15:40:14 +00:00
38a6969eac
There seems to be a breaking change between 1.2.14 and 1.3.5 where light gallery doesn't bundle-in the plugins. Instead they're available for download as separate npm modules. Will need to fix that if we want to upgrade to the latest version of lightgallery.
50 lines
994 B
JSON
50 lines
994 B
JSON
{
|
|
"name": "thumbsup",
|
|
"version": "2.0.0-alpha.2",
|
|
"description": "Photo / video gallery generator",
|
|
"author": "Romain Prieto",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"photo",
|
|
"video",
|
|
"gallery",
|
|
"thumbnails",
|
|
"portfolio",
|
|
"website",
|
|
"s3",
|
|
"generator"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/thumbsup/node-thumbsup.git"
|
|
},
|
|
"bin": {
|
|
"thumbsup": "./bin/thumbsup.js"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.1.2",
|
|
"exif-parser": "~0.1.9",
|
|
"fs-extra": "^1.0.0",
|
|
"glob": "^7.1.1",
|
|
"gm": "^1.23.0",
|
|
"handlebars": "~4.0.5",
|
|
"less": "^2.7.1",
|
|
"lightgallery": "1.2.14",
|
|
"lodash": "^4.16.6",
|
|
"moment": "^2.16.0",
|
|
"pad": "^1.0.2",
|
|
"progress": "~1.1.8",
|
|
"yargs": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"injectmd": "^1.0.0",
|
|
"markdown-toc": "^0.13.0",
|
|
"mocha": "^3.1.2",
|
|
"require-lint": "^1.1.2",
|
|
"should": "^11.1.1"
|
|
}
|
|
}
|