mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-05 12:01:04 +00:00
82 lines
1.8 KiB
JSON
82 lines
1.8 KiB
JSON
{
|
|
"name": "thumbsup",
|
|
"version": "2.2.0-alpha.1",
|
|
"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/thumbsup/thumbsup.git"
|
|
},
|
|
"main": "bin/thumbsup.js",
|
|
"bin": {
|
|
"thumbsup": "./bin/thumbsup.js"
|
|
},
|
|
"scripts": {
|
|
"lint": "standard && require-lint --ignore-extra lightgallery --ignore-extra video.js",
|
|
"unit": "istanbul cover node_modules/mocha/bin/_mocha",
|
|
"test": "npm run lint && npm run unit"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.5.0",
|
|
"better-sqlite3": "^4.0.3",
|
|
"debug": "^3.1.0",
|
|
"event-stream": "^3.3.4",
|
|
"exiftool-json-db": "~1.0.0",
|
|
"fs-extra": "^4.0.1",
|
|
"fs-readdir-recursive": "^1.0.0",
|
|
"JSONStream": "^1.3.1",
|
|
"handlebars": "~4.0.5",
|
|
"ini": "^1.3.4",
|
|
"less": "^2.7.1",
|
|
"lightgallery": "1.2.14",
|
|
"listr": "^0.12.0",
|
|
"listr-work-queue": "https://github.com/thumbsup/listr-work-queue.git",
|
|
"lodash": "^4.17.4",
|
|
"micromatch": "^3.1.4",
|
|
"moment": "^2.19.2",
|
|
"readdir-enhanced": "^2.0.0",
|
|
"thumbsup-downsize": "^1.0.0",
|
|
"url-join": "^2.0.2",
|
|
"video.js": "^6.2.8",
|
|
"yargs": "^9.0.1",
|
|
"zen-observable": "^0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"gm": "^1.23.0",
|
|
"injectmd": "^1.0.0",
|
|
"istanbul": "^0.4.5",
|
|
"markdown-toc": "^1.1.0",
|
|
"mocha": "^4.0.1",
|
|
"mock-fs": "^4.4.2",
|
|
"require-lint": "^1.3.0",
|
|
"should": "^13.1.2",
|
|
"standard": "^10.0.3"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"public/**"
|
|
],
|
|
"globals": [
|
|
"after",
|
|
"afterEach",
|
|
"before",
|
|
"beforeEach",
|
|
"describe",
|
|
"xdescribe",
|
|
"it",
|
|
"xit"
|
|
]
|
|
}
|
|
}
|