mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-05 12:01:04 +00:00
39 lines
731 B
JSON
39 lines
731 B
JSON
{
|
|
"name": "thumbsup",
|
|
"version": "0.0.5",
|
|
"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 example/build.js"
|
|
},
|
|
"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",
|
|
"regen": "~0.0.3"
|
|
}
|
|
}
|