forked from aguidrevitch/jquery-file-upload-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 878 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": "jquery-file-upload-middleware",
"author": "Aleksandr Guidrevitch <[email protected]>",
"description": "jQuery-File-Upload Express.js Middleware",
"keywords": [
"jquery",
"upload",
"express",
"middleware"
],
"version": "0.0.4",
"dependencies": {
"formidable": ">=1.0.11",
"imagemagick": ">=0.1.2",
"lodash": ">= 0.9.2",
"mkdirp": ">= 0.3.4",
"fluent-ffmpeg" : "git://github.com/sebbean/node-fluent-ffmpeg.git#master"
},
"engines": {
"node": ">= 0.8.8"
},
"repository": {
"type": "git",
"url": "git://github.com/aguidrevitch/jquery-file-upload-middleware.git"
},
"main": "./index.js",
"readmeFilename": "README.md",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"_id": "[email protected]",
"license": "MIT"
}