2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-15 18:12:46 +00:00
thumbsup/package.json

42 lines
846 B
JSON
Raw Normal View History

2014-04-17 11:26:18 +00:00
{
2014-04-18 11:14:13 +00:00
"name": "thumbsup",
2014-05-23 11:19:24 +00:00
"version": "0.0.7",
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 example/website",
"example": "node example/build.js",
"open": "open example/website/index.html"
2014-04-17 11:26:18 +00:00
},
"bin": {
"thumbsup": "./bin/thumbsup.js"
2014-04-17 11:26:18 +00:00
},
"dependencies": {
"handlebars": "~2.0.0",
2014-04-17 11:26:18 +00:00
"lodash": "~2.4.1",
2014-04-18 10:32:25 +00:00
"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.6",
"exif-parser": "~0.1.6"
2014-04-17 11:26:18 +00:00
}
}