2014-04-17 11:26:18 +00:00
|
|
|
{
|
2014-04-18 11:14:13 +00:00
|
|
|
"name": "thumbsup",
|
2016-01-26 21:03:25 +00:00
|
|
|
"version": "1.1.2",
|
2014-04-17 11:26:18 +00:00
|
|
|
"description": "Photo / video gallery generator",
|
|
|
|
"author": "Romain Prieto",
|
2014-05-19 12:25:09 +00:00
|
|
|
"license": "MIT",
|
2014-04-17 11:26:18 +00:00
|
|
|
"keywords": [
|
2014-04-18 10:32:25 +00:00
|
|
|
"photo",
|
|
|
|
"video",
|
|
|
|
"gallery",
|
|
|
|
"thumbnails",
|
|
|
|
"portfolio",
|
|
|
|
"website",
|
|
|
|
"s3",
|
|
|
|
"generator"
|
2014-04-17 11:26:18 +00:00
|
|
|
],
|
2014-04-22 12:34:26 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/rprieto/thumbsup.git"
|
|
|
|
},
|
2014-04-17 11:26:18 +00:00
|
|
|
"scripts": {
|
2014-11-29 06:06:13 +00:00
|
|
|
"clean": "rm -rf _site/*",
|
2014-06-10 02:54:56 +00:00
|
|
|
"example": "node bin/thumbsup --config example.json",
|
2014-06-09 12:21:33 +00:00
|
|
|
"open": "open _site/index.html"
|
2014-04-17 11:26:18 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
2014-04-18 22:24:20 +00:00
|
|
|
"thumbsup": "./bin/thumbsup.js"
|
2014-04-17 11:26:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-22 01:27:26 +00:00
|
|
|
"async": "^1.5.2",
|
|
|
|
"exif-parser": "~0.1.9",
|
|
|
|
"fs-extra": "^0.26.4",
|
|
|
|
"glob": "^6.0.4",
|
|
|
|
"gm": "^1.21.1",
|
|
|
|
"handlebars": "~4.0.5",
|
|
|
|
"lightgallery": "^1.2.14",
|
|
|
|
"lodash": "~4.0.0",
|
|
|
|
"moment": "^2.11.1",
|
|
|
|
"pad": "~1.0.0",
|
|
|
|
"progress": "~1.1.8",
|
|
|
|
"yargs": "^3.32.0"
|
2014-04-17 11:26:18 +00:00
|
|
|
}
|
|
|
|
}
|