mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-03 15:40:14 +00:00
42 lines
841 B
JSON
42 lines
841 B
JSON
{
|
|
"name": "thumbsup",
|
|
"version": "0.0.7",
|
|
"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/rprieto/thumbsup.git"
|
|
},
|
|
"scripts": {
|
|
"example": "node bin/thumbsup --config example.json",
|
|
"open": "open _site/index.html"
|
|
},
|
|
"bin": {
|
|
"thumbsup": "./bin/thumbsup.js"
|
|
},
|
|
"dependencies": {
|
|
"handlebars": "~2.0.0",
|
|
"lodash": "~2.4.1",
|
|
"fs-extra": "~0.8.1",
|
|
"gm": "~1.14.2",
|
|
"commander": "~2.2.0",
|
|
"glob": "~3.2.9",
|
|
"async": "~0.7.0",
|
|
"pad": "~0.0.4",
|
|
"exif-parser": "~0.1.6",
|
|
"progress": "~1.1.5",
|
|
"yargs": "~1.2.2"
|
|
}
|
|
}
|