UNPKG

filepreview-es6

Version:

A file preview generator for node.js a fork from maxlabale original fileprivew

35 lines (34 loc) 863 B
{ "name": "filepreview-es6", "version": "1.0.8", "description": "A file preview generator for node.js a fork from maxlabale original fileprivew", "main": "filepreview.js", "scripts": { "test": "./node_modules/.bin/mocha test/filepreview" }, "repository": { "type": "git", "url": "git+https://github.com/sahilsharmafrank/filepreview.git" }, "keywords": [ "video", "file", "preview", "thumbnail", "image", "graphic", "visual", "document" ], "author": "Sahil Sharma (https://github.com/sahilsharmafrank/filepreview)", "license": "BSD-4-Clause", "bugs": { "url": "https://github.com/sahilsharmafrank/filepreview/issues" }, "homepage": "https://github.com/sahilsharmafrank/filepreview#readme", "dependencies": {}, "devDependencies": { "chai": "^4.1.2", "mocha": "^4.1.0" } }