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": {
|
2014-06-04 09:18:56 +00:00
|
|
|
"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": {
|
2014-04-18 22:24:20 +00:00
|
|
|
"thumbsup": "./bin/thumbsup.js"
|
2014-04-17 11:26:18 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-04-19 07:49:24 +00:00
|
|
|
"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",
|
2014-04-18 22:24:20 +00:00
|
|
|
"gm": "~1.14.2",
|
2014-04-19 04:35:33 +00:00
|
|
|
"commander": "~2.2.0",
|
|
|
|
"glob": "~3.2.9",
|
2014-04-19 07:49:24 +00:00
|
|
|
"async": "~0.7.0",
|
2014-04-22 09:26:56 +00:00
|
|
|
"pad": "~0.0.4",
|
2014-06-04 09:16:28 +00:00
|
|
|
"regen": "~0.0.6",
|
|
|
|
"exif-parser": "~0.1.6"
|
2014-04-17 11:26:18 +00:00
|
|
|
}
|
|
|
|
}
|