forked from aguidrevitch/jquery-file-upload-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 Bytes
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": "jquery-file-upload-middleware",
"author": "Aleksandr Guidrevitch <aguidrevitch@gmail.com>",
"description": "jQuery-File-Upload Express.js Middleware",
"keywords": [
"jquery",
"upload",
"express",
"middleware"
],
"version": "0.0.8",
"dependencies": {
"formidable": ">=1.0.11",
"imagemagick": ">=0.1.2",
"lodash": ">= 0.9.2",
"mkdirp": ">= 0.3.4"
},
"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": "jquery-file-upload-middleware@0.0.8",
"license": "MIT"
}