You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thumbsup/package.json

41 lines
814 B
JSON

{
"name": "thumbsup",
"version": "0.1.1",
"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",
"glob": "~3.2.9",
"async": "~0.7.0",
"pad": "~0.0.4",
"exif-parser": "~0.1.6",
"progress": "~1.1.5",
"yargs": "~1.2.6"
}
}