We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea70f2 commit cbe1774Copy full SHA for cbe1774
package.json
@@ -1,6 +1,16 @@
1
{
2
"name": "jquery-file-upload-middleware",
3
- "description": "http://aguidrevitch.blogspot.com",
+ "author": {
4
+ "name": "Aleksandr Guidrevitch",
5
+ "email": "aguidrevitch@gmail.com"
6
+ },
7
+ "description": "jQuery-File-Upload Express.js Middleware",
8
+ "keywords": [
9
+ "jquery",
10
+ "upload",
11
+ "express",
12
+ "middleware"
13
+ ],
14
"version": "0.0.1",
15
"dependencies": {
16
"formidable": ">=1.0.11",
@@ -10,5 +20,9 @@
20
"engines": {
21
"node": ">= 0.8.8"
22
},
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git://github.com/aguidrevitch/jquery-file-upload-middleware.git"
26
27
"main": "./index.js"
28
}
0 commit comments