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

35 lines
636 B
JSON

10 years ago
{
"name": "thumbsup",
10 years ago
"version": "0.0.4",
10 years ago
"description": "Photo / video gallery generator",
"author": "Romain Prieto",
"license": "BSD",
"keywords": [
"photo",
"video",
"gallery",
"thumbnails",
"portfolio",
"website",
"s3",
"generator"
10 years ago
],
"scripts": {
"example": "node example/build.js"
},
"bin": {
"thumbsup": "./bin/thumbsup.js"
10 years ago
},
"dependencies": {
"handlebars": "~2.0.0",
10 years ago
"lodash": "~2.4.1",
"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.1"
10 years ago
}
}