mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-03 15:40:14 +00:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "thumbsup",
|
|
"version": "1.1.2",
|
|
"description": "Photo / video gallery generator",
|
|
"author": "Romain Prieto",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"photo",
|
|
"video",
|
|
"gallery",
|
|
"thumbnails",
|
|
"portfolio",
|
|
"website",
|
|
"s3",
|
|
"generator"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rprieto/thumbsup.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"clean": "rm -rf docs/*",
|
|
"example": "node bin/thumbsup --config example.json",
|
|
"open": "open docs/index.html",
|
|
"readme": "markdown-toc README.md | awk 1 | node-injectmd -t toc -i README.md"
|
|
},
|
|
"bin": {
|
|
"thumbsup": "./bin/thumbsup.js"
|
|
},
|
|
"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",
|
|
"less": "^2.7.1",
|
|
"lightgallery": "^1.2.14",
|
|
"lodash": "~4.0.0",
|
|
"moment": "^2.11.1",
|
|
"pad": "~1.0.0",
|
|
"progress": "~1.1.8",
|
|
"yargs": "^3.32.0"
|
|
},
|
|
"devDependencies": {
|
|
"injectmd": "^1.0.0",
|
|
"markdown-toc": "^0.12.5",
|
|
"mocha": "^3.1.0",
|
|
"should": "^11.1.0",
|
|
"sinon": "^1.17.6"
|
|
}
|
|
}
|