-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "nodejs-coworkers-activemq-filepreview",
"version": "1.0.0",
"description": "A AMQP node.js Microservice for generating previewimages",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isfett/nodejs-coworker-activemq-filepreview.git"
},
"keywords": [
"video",
"file",
"preview",
"thumbnail",
"image",
"graphic",
"visual",
"document",
"nodejs",
"node.js",
"microservice",
"amqp",
"MessageQueue"
],
"author": "Chris Stenke <[email protected]> (https://github.com/isfett)",
"license": "BSD-4-Clause",
"bugs": {
"url": "https://github.com/maxlabelle/imagepreview/issues"
},
"homepage": "https://github.com/isfett/nodejs-coworker-activemq-filepreview#readme",
"dependencies": {
"amqplib": "^0.5.1",
"coworkers": "^0.7.4",
"filepreview": "git+https://github.com/isfett/filepreview.git",
"child_process": "^1.0.2",
"crypto": "0.0.3",
"exif": "^0.6.0",
"ffmpeg": "0.0.4",
"find-remove": "^1.0.1",
"fs": "0.0.1-security",
"mime": "^1.3.6",
"moment": "^2.18.1",
"os": "^0.1.1",
"path": "^0.12.7",
"uuid": "^3.1.0",
"wascally": "^0.3.0"
}
}