mirror of
https://github.com/thumbsup/thumbsup
synced 2024-11-05 12:01:04 +00:00
70 lines
1.4 KiB
JSON
70 lines
1.4 KiB
JSON
{
|
|
"name": "thumbsup",
|
|
"version": "2.1.0",
|
|
"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"
|
|
},
|
|
"bin": {
|
|
"thumbsup": "./bin/thumbsup.js"
|
|
},
|
|
"scripts": {
|
|
"test": "./scripts/cibuild",
|
|
"test-only": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.5.0",
|
|
"debug": "^3.0.0",
|
|
"exiftool-json-db": "~1.0.0",
|
|
"fs-extra": "^4.0.1",
|
|
"fs-readdir-recursive": "^1.0.0",
|
|
"handlebars": "~4.0.5",
|
|
"ini": "^1.3.4",
|
|
"less": "^2.7.1",
|
|
"lightgallery": "1.2.14",
|
|
"lodash": "^4.16.6",
|
|
"moment": "^2.16.0",
|
|
"pad": "^1.0.2",
|
|
"progress": "^2.0.0",
|
|
"thumbsup-downsize": "^1.0.0",
|
|
"url-join": "^2.0.2",
|
|
"video.js": "^5.17.0",
|
|
"yargs": "^8.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"injectmd": "^1.0.0",
|
|
"markdown-toc": "^1.1.0",
|
|
"mocha": "^3.5.0",
|
|
"mock-fs": "^4.4.1",
|
|
"require-lint": "^1.3.0",
|
|
"should": "^11.1.1",
|
|
"standard": "^10.0.3"
|
|
},
|
|
"standard": {
|
|
"ignore": [
|
|
"public/**"
|
|
],
|
|
"globals": [
|
|
"afterEach",
|
|
"beforeEach",
|
|
"describe",
|
|
"xdescribe",
|
|
"it",
|
|
"xit"
|
|
]
|
|
}
|
|
}
|