Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | { |
| 2 | "name": "blueimp-file-upload-node", |
||
| 3 | "version": "2.1.0", |
||
| 4 | "title": "jQuery File Upload Node.js example", |
||
| 5 | "description": "Node.js implementation example of a file upload handler for jQuery File Upload.", |
||
| 6 | "keywords": [ |
||
| 7 | "file", |
||
| 8 | "upload", |
||
| 9 | "cross-domain", |
||
| 10 | "cross-site", |
||
| 11 | "node" |
||
| 12 | ], |
||
| 13 | "homepage": "https://github.com/blueimp/jQuery-File-Upload", |
||
| 14 | "author": { |
||
| 15 | "name": "Sebastian Tschan", |
||
| 16 | "url": "https://blueimp.net" |
||
| 17 | }, |
||
| 18 | "maintainers": [ |
||
| 19 | { |
||
| 20 | "name": "Sebastian Tschan", |
||
| 21 | "url": "https://blueimp.net" |
||
| 22 | } |
||
| 23 | ], |
||
| 24 | "repository": { |
||
| 25 | "type": "git", |
||
| 26 | "url": "git://github.com/blueimp/jQuery-File-Upload.git" |
||
| 27 | }, |
||
| 28 | "bugs": "https://github.com/blueimp/jQuery-File-Upload/issues", |
||
| 29 | "licenses": [ |
||
| 30 | { |
||
| 31 | "type": "MIT", |
||
| 32 | "url": "http://www.opensource.org/licenses/MIT" |
||
| 33 | } |
||
| 34 | ], |
||
| 35 | "dependencies": { |
||
| 36 | "formidable": ">=1.0.11", |
||
| 37 | "node-static": ">=0.6.5", |
||
| 38 | "imagemagick": ">=0.1.3" |
||
| 39 | }, |
||
| 40 | "main": "server.js" |
||
| 41 | } |