Skip to content

Commit 903d628

Browse files
committed
package.json updated
1 parent cbe1774 commit 903d628

File tree

1 file changed

+30
-26
lines changed

1 file changed

+30
-26
lines changed

package.json

+30-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
{
2-
"name": "jquery-file-upload-middleware",
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-
],
14-
"version": "0.0.1",
15-
"dependencies": {
16-
"formidable": ">=1.0.11",
17-
"imagemagick": ">=0.1.2",
18-
"lodash": ">= 0.9.2"
19-
},
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"
2+
"name": "jquery-file-upload-middleware",
3+
"author": "Aleksandr Guidrevitch <aguidrevitch@gmail.com>",
4+
"description": "jQuery-File-Upload Express.js Middleware",
5+
"keywords": [
6+
"jquery",
7+
"upload",
8+
"express",
9+
"middleware"
10+
],
11+
"version": "0.0.1",
12+
"dependencies": {
13+
"formidable": ">=1.0.11",
14+
"imagemagick": ">=0.1.2",
15+
"lodash": ">= 0.9.2"
16+
},
17+
"engines": {
18+
"node": ">= 0.8.8"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "git://github.com/aguidrevitch/jquery-file-upload-middleware.git"
23+
},
24+
"main": "./index.js",
25+
"readmeFilename": "README.md",
26+
"devDependencies": {},
27+
"scripts": {
28+
"test": "echo \"Error: no test specified\" && exit 1"
29+
},
30+
"_id": "jquery-file-upload-middleware@0.0.1",
31+
"license": "MIT"
2832
}

0 commit comments

Comments
 (0)