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

37 lines
743 B
JSON

10 years ago
{
"name": "static-gallery",
"version": "0.0.1",
"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": {
"static-gallery": "./bin/generate.js"
},
"dependencies": {
"gulp": "~3.6.0",
"handlebars": "~2.0.0-alpha.2",
"gulp-newer": "~0.3.0",
"concurrent-transform": "~1.0.0",
"gulp-image-resize": "~0.5.0",
"lodash": "~2.4.1",
"wrench": "~1.5.8",
"fs-extra": "~0.8.1",
"gulp-rename": "~1.2.0",
"exec-sync": "~0.1.6",
"gm": "~1.14.2"
10 years ago
}
}