Skip to content

Commit cbe1774

Browse files
committed
package.json updated
1 parent eea70f2 commit cbe1774

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"name": "jquery-file-upload-middleware",
3-
"description": "http://aguidrevitch.blogspot.com",
3+
"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+
],
414
"version": "0.0.1",
515
"dependencies": {
616
"formidable": ">=1.0.11",
@@ -10,5 +20,9 @@
1020
"engines": {
1121
"node": ">= 0.8.8"
1222
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git://github.com/aguidrevitch/jquery-file-upload-middleware.git"
26+
},
1327
"main": "./index.js"
1428
}

0 commit comments

Comments
 (0)