2014-04-17 11:26:18 +00:00
|
|
|
{
|
2014-04-18 11:14:13 +00:00
|
|
|
"name": "thumbsup",
|
2023-03-21 20:31:47 +00:00
|
|
|
"version": "2.17.1",
|
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",
|
2017-05-29 07:34:33 +00:00
|
|
|
"url": "https://github.com/thumbsup/thumbsup.git"
|
2014-04-22 12:34:26 +00:00
|
|
|
},
|
2017-11-25 11:01:30 +00:00
|
|
|
"main": "bin/thumbsup.js",
|
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
|
|
|
},
|
2018-07-23 20:29:01 +00:00
|
|
|
"files": [
|
|
|
|
"src",
|
|
|
|
"bin"
|
|
|
|
],
|
2016-11-14 22:35:24 +00:00
|
|
|
"scripts": {
|
2018-05-15 18:32:42 +00:00
|
|
|
"lint": "standard && require-lint",
|
2023-03-20 22:33:59 +00:00
|
|
|
"unit": "c8 mocha",
|
2017-11-27 18:57:43 +00:00
|
|
|
"test": "npm run lint && npm run unit"
|
2016-11-14 22:35:24 +00:00
|
|
|
},
|
2014-04-17 11:26:18 +00:00
|
|
|
"dependencies": {
|
2020-12-30 12:30:49 +00:00
|
|
|
"@thumbsup/theme-cards": "^1.3.0",
|
|
|
|
"@thumbsup/theme-classic": "^1.2.0",
|
|
|
|
"@thumbsup/theme-flow": "^1.3.0",
|
|
|
|
"@thumbsup/theme-mosaic": "^1.2.0",
|
2023-11-26 23:50:55 +00:00
|
|
|
"async": "^3.2.5",
|
|
|
|
"better-sqlite3": "^9.1.1",
|
2021-04-17 22:25:12 +00:00
|
|
|
"boxen": "^5.0.1",
|
2020-07-15 21:26:43 +00:00
|
|
|
"chalk": "^4.1.0",
|
2020-05-08 22:49:06 +00:00
|
|
|
"command-exists": "^1.2.9",
|
2022-09-05 21:37:59 +00:00
|
|
|
"debug": "^4.3.4",
|
2018-12-11 21:58:36 +00:00
|
|
|
"event-stream": "^4.0.1",
|
2023-11-26 23:50:55 +00:00
|
|
|
"fs-extra": "^11.1.1",
|
|
|
|
"fs-readdir-recursive": "^1.1.0",
|
|
|
|
"handlebars": "^4.7.8",
|
|
|
|
"ini": "^4.1.1",
|
2022-09-05 21:37:59 +00:00
|
|
|
"JSONStream": "^1.3.5",
|
2023-11-26 23:50:55 +00:00
|
|
|
"less": "^4.2.0",
|
2018-12-11 21:58:36 +00:00
|
|
|
"listr": "^0.14.3",
|
2021-04-17 22:25:12 +00:00
|
|
|
"lodash": "^4.17.21",
|
2022-09-05 21:37:59 +00:00
|
|
|
"micromatch": "^4.0.5",
|
|
|
|
"moment": "^2.29.4",
|
2020-11-01 22:48:56 +00:00
|
|
|
"readdir-enhanced": "^6.0.4",
|
2019-05-29 20:29:49 +00:00
|
|
|
"resolve-pkg": "^2.0.0",
|
2023-11-26 23:50:55 +00:00
|
|
|
"slugify": "^1.6.6",
|
2020-07-15 22:37:03 +00:00
|
|
|
"through2": "^4.0.2",
|
2023-11-26 23:20:24 +00:00
|
|
|
"thumbsup-downsize": "^2.5.1",
|
2023-11-26 23:50:55 +00:00
|
|
|
"yargs": "^17.7.2",
|
2023-03-19 23:18:15 +00:00
|
|
|
"zen-observable": "^0.10.0"
|
2016-09-27 08:37:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-26 23:50:55 +00:00
|
|
|
"c8": "^8.0.1",
|
|
|
|
"glob": "^10.3.10",
|
2023-03-19 23:18:15 +00:00
|
|
|
"gm": "^1.25.0",
|
2016-09-27 08:37:07 +00:00
|
|
|
"injectmd": "^1.0.0",
|
2023-11-26 23:50:55 +00:00
|
|
|
"markdown-toc": "^1.2.0",
|
2023-03-19 23:18:15 +00:00
|
|
|
"mocha": "^10.2.0",
|
|
|
|
"mock-fs": "^5.2.0",
|
2018-06-18 21:31:11 +00:00
|
|
|
"mock-spawn": "^0.2.6",
|
2022-09-05 21:37:59 +00:00
|
|
|
"require-lint": "^2.0.3",
|
2018-12-11 21:58:36 +00:00
|
|
|
"should": "^13.2.3",
|
2023-11-26 23:50:55 +00:00
|
|
|
"sinon": "^17.0.1",
|
2023-11-26 23:37:00 +00:00
|
|
|
"standard": "^17.1.0",
|
2020-05-08 22:49:06 +00:00
|
|
|
"stream-mock": "^2.0.5",
|
2021-03-08 22:10:18 +00:00
|
|
|
"tmp": "^0.2.1",
|
2023-11-26 23:50:55 +00:00
|
|
|
"yaml": "^2.3.4"
|
2017-03-06 12:46:46 +00:00
|
|
|
},
|
|
|
|
"standard": {
|
2023-03-21 21:39:52 +00:00
|
|
|
"env": [
|
|
|
|
"mocha"
|
|
|
|
],
|
2017-03-06 12:46:46 +00:00
|
|
|
"ignore": [
|
2018-05-15 18:32:42 +00:00
|
|
|
"themes/**/public"
|
2017-03-06 12:46:46 +00:00
|
|
|
],
|
|
|
|
"globals": [
|
2021-03-03 22:19:36 +00:00
|
|
|
"itLinux",
|
|
|
|
"itWindows"
|
2017-03-06 12:46:46 +00:00
|
|
|
]
|
2014-04-17 11:26:18 +00:00
|
|
|
}
|
|
|
|
}
|