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

50 lines
1000 B
JSON

10 years ago
{
"name": "thumbsup",
7 years ago
"version": "2.0.0-alpha.4",
10 years ago
"description": "Photo / video gallery generator",
"author": "Romain Prieto",
"license": "MIT",
10 years ago
"keywords": [
"photo",
"video",
"gallery",
"thumbnails",
"portfolio",
"website",
"s3",
"generator"
10 years ago
],
"repository": {
"type": "git",
"url": "https://github.com/thumbsup/node-thumbsup.git"
},
10 years ago
"bin": {
"thumbsup": "./bin/thumbsup.js"
10 years ago
},
"scripts": {
"test": "mocha"
},
10 years ago
"dependencies": {
"async": "^2.1.2",
"debug": "^2.6.1",
"exiftool-json-db": "~1.0.0",
"fs-extra": "^2.0.0",
"gm": "^1.23.0",
"handlebars": "~4.0.5",
"less": "^2.7.1",
"lightgallery": "1.2.14",
"lodash": "^4.16.6",
"moment": "^2.16.0",
"pad": "^1.0.2",
"progress": "~1.1.8",
"yargs": "^6.3.0"
},
"devDependencies": {
"injectmd": "^1.0.0",
"markdown-toc": "^0.13.0",
"mocha": "^3.1.2",
"require-lint": "^1.1.2",
"should": "^11.1.1"
10 years ago
}
}