UNPKG

1.32 kBJSONView Raw
1{
2 "name": "simple-thumbnail",
3 "version": "1.1.4",
4 "description": "Produce a thumbnail image from a video's first frame",
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": "eslint . --fix",
23 "lint": "eslint .",
24 "test": "yarn run lint && nyc mocha --timeout 15000",
25 "coverage": "nyc report --reporter=text-lcov | coveralls",
26 "semantic-release": "semantic-release",
27 "travis-deploy-once": "travis-deploy-once"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/ScottyFillups/simple-thumbnail.git"
32 },
33 "devDependencies": {
34 "chai": "^4.1.2",
35 "coveralls": "^3.0.2",
36 "dirty-chai": "^2.0.1",
37 "eslint": "^5.4.0",
38 "eslint-config-standard": "^11.0.0",
39 "eslint-plugin-import": "^2.14.0",
40 "eslint-plugin-node": "^7.0.1",
41 "eslint-plugin-promise": "^4.0.0",
42 "eslint-plugin-standard": "^3.1.0",
43 "fs-extra": "^7.0.0",
44 "looks-same": "^3.3.0",
45 "mocha": "^5.2.0",
46 "nock": "^9.6.1",
47 "nyc": "^12.0.2",
48 "semantic-release": "^15.9.9",
49 "sinon": "^6.1.5",
50 "travis-deploy-once": "^5.0.2"
51 }
52}