UNPKG

1.21 kBJSONView Raw
1{
2 "name": "simple-thumbnail",
3 "version": "1.4.5",
4 "description": "Produce thumbnails from images, videos and URLs",
5 "main": "index.js",
6 "license": "MIT",
7 "author": "Philip Scott <pscott@zeptohost.com>",
8 "keywords": [
9 "thumbnail",
10 "video",
11 "ffmpeg",
12 "picture",
13 "image",
14 "resize",
15 "webm",
16 "mp4",
17 "png",
18 "preview",
19 "url"
20 ],
21 "scripts": {
22 "fix": "standard --fix",
23 "lint": "standard",
24 "test": "standard && nyc ava",
25 "coverage": "nyc report --reporter=text-lcov | coveralls",
26 "semantic-release": "semantic-release",
27 "travis-deploy-once": "travis-deploy-once --pro",
28 "contributors:add": "all-contributors add",
29 "contributors:generate": "all-contributors generate"
30 },
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/ScottyFillups/simple-thumbnail.git"
34 },
35 "devDependencies": {
36 "all-contributors-cli": "^5.4.1",
37 "ava": "^1.0.1",
38 "coveralls": "^3.0.2",
39 "ffmpeg-static": "^2.4.0",
40 "fs-extra": "^7.0.1",
41 "looks-same": "^3.3.0",
42 "nock": "^9.6.1",
43 "nyc": "^12.0.2",
44 "semantic-release": "^15.12.0",
45 "standard": "^12.0.1",
46 "travis-deploy-once": "^5.0.9"
47 }
48}