forked from arvindr21/blueimp-file-upload-expressjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 860 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
{
"name": "blueimp-file-upload-expressjs",
"version": "0.2.10",
"description": "jQuery File Upload using Expressjs : 'borrowed' from Blueimp jQuery File Upload developed by Sebastian Tschan",
"main": "index.js",
"scripts": {
"test": "jasmine-node specs/"
},
"dependencies": {
"formidable": "^1.0.14",
"mkdirp": "^0.5.0",
"aws-sdk": "^2.0.0-rc.19"
},
"devDependencies": {
"jasmine-node": "1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/arvindr21/blueimp-file-upload-expressjs.git"
},
"keywords": [
"jQuery",
"file",
"upload",
"expressjs"
],
"author": "Arvind Ravulavaru",
"license": "MIT",
"bugs": {
"url": "https://github.com/arvindr21/blueimp-file-upload-expressjs/issues"
},
"homepage": "https://github.com/arvindr21/blueimp-file-upload-expressjs"
}