forked from adam187/filepreview
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 863 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
34
{
"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"
}
}