2014-04-17 11:26:18 +00:00
|
|
|
{
|
2014-04-18 11:14:13 +00:00
|
|
|
"name": "thumbsup",
|
2017-03-01 11:01:35 +00:00
|
|
|
"version": "2.0.0-alpha.4",
|
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-02-05 00:04:10 +00:00
|
|
|
"url": "https://github.com/thumbsup/node-thumbsup.git"
|
2014-04-22 12:34:26 +00:00
|
|
|
},
|
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
|
|
|
},
|
2016-11-14 22:35:24 +00:00
|
|
|
"scripts": {
|
2017-03-07 06:44:17 +00:00
|
|
|
"test": "./scripts/cibuild",
|
|
|
|
"test-only": "mocha"
|
2016-11-14 22:35:24 +00:00
|
|
|
},
|
2014-04-17 11:26:18 +00:00
|
|
|
"dependencies": {
|
2016-11-12 04:27:16 +00:00
|
|
|
"async": "^2.1.2",
|
2017-02-27 13:13:45 +00:00
|
|
|
"debug": "^2.6.1",
|
|
|
|
"exiftool-json-db": "~1.0.0",
|
2017-03-06 12:27:44 +00:00
|
|
|
"fs-extra": "^2.0.0",
|
2017-03-09 06:28:02 +00:00
|
|
|
"fs-readdir-recursive": "^1.0.0",
|
2016-11-12 04:27:16 +00:00
|
|
|
"gm": "^1.23.0",
|
2016-01-22 01:27:26 +00:00
|
|
|
"handlebars": "~4.0.5",
|
2016-10-13 12:13:04 +00:00
|
|
|
"less": "^2.7.1",
|
2017-02-06 06:33:44 +00:00
|
|
|
"lightgallery": "1.2.14",
|
2016-11-12 04:27:16 +00:00
|
|
|
"lodash": "^4.16.6",
|
|
|
|
"moment": "^2.16.0",
|
|
|
|
"pad": "^1.0.2",
|
2016-01-22 01:27:26 +00:00
|
|
|
"progress": "~1.1.8",
|
2017-03-10 06:35:28 +00:00
|
|
|
"video.js": "^5.17.0",
|
2016-11-03 02:17:31 +00:00
|
|
|
"yargs": "^6.3.0"
|
2016-09-27 08:37:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"injectmd": "^1.0.0",
|
2016-11-12 04:27:16 +00:00
|
|
|
"markdown-toc": "^0.13.0",
|
|
|
|
"mocha": "^3.1.2",
|
|
|
|
"require-lint": "^1.1.2",
|
2017-03-06 12:46:46 +00:00
|
|
|
"should": "^11.1.1",
|
|
|
|
"standard": "^9.0.0"
|
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"ignore": [
|
|
|
|
"public/**"
|
|
|
|
],
|
|
|
|
"globals": [
|
|
|
|
"afterEach",
|
|
|
|
"beforeEach",
|
|
|
|
"describe",
|
|
|
|
"it",
|
|
|
|
"xit"
|
|
|
|
]
|
2014-04-17 11:26:18 +00:00
|
|
|
}
|
|
|
|
}
|