2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-03 15:40:14 +00:00
thumbsup/package.json

44 lines
903 B
JSON
Raw Normal View History

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": {
"clean": "rm -rf _site/*",
"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": {
"thumbsup": "./bin/thumbsup.js"
2014-04-17 11:26:18 +00:00
},
"dependencies": {
"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
}
}