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

44 lines
900 B
JSON

10 years ago
{
"name": "thumbsup",
9 years ago
"version": "1.1.0",
10 years ago
"description": "Photo / video gallery generator",
"author": "Romain Prieto",
"license": "MIT",
10 years ago
"keywords": [
"photo",
"video",
"gallery",
"thumbnails",
"portfolio",
"website",
"s3",
"generator"
10 years ago
],
"repository": {
"type": "git",
"url": "https://github.com/rprieto/thumbsup.git"
},
10 years ago
"scripts": {
"clean": "rm -rf _site/*",
"example": "node bin/thumbsup --config example.json",
"open": "open _site/index.html"
10 years ago
},
"bin": {
"thumbsup": "./bin/thumbsup.js"
10 years ago
},
"dependencies": {
"async": "^0.9.0",
"exif-parser": "~0.1.6",
"fs-extra": "^0.12.0",
"glob": "^4.3.0",
"gm": "^1.17.0",
"handlebars": "~2.0.0",
"lightgallery": "^1.2.2",
"lodash": "~2.4.1",
"moment": "^2.8.4",
"pad": "~0.0.4",
"progress": "~1.1.5",
"yargs": "^1.3.3"
10 years ago
}
}