package.json
938 字节
{
"name": "filepreview",
"version": "1.0.14",
"description": "A file preview generator for node.js",
"main": "filepreview.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxlabelle/filepreview.git"
},
"keywords": [
"video",
"file",
"preview",
"thumbnail",
"image",
"graphic",
"visual",
"document"
],
"author": "Maxime Labelle <Maxime.Labelle@owasp.org> (https://github.com/maxlabelle/filepreview)",
"license": "BSD-4-Clause",
"bugs": {
"url": "https://github.com/maxlabelle/filepreview/issues"
},
"homepage": "https://github.com/maxlabelle/filepreview#readme",
"dependencies": {
"download-file": "^0.1.5",
"synchronize": "^2.0.0"
},
"_from": "filepreview@1.0.14",
"_resolved": "http://registry.npm.taobao.org/filepreview/download/filepreview-1.0.14.tgz"
}