forked from jolks/filepreview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 813 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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 <[email protected]> (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"
}
}