|
3 | 3 | "exportName": "FileAPI", |
4 | 4 | "version": "2.0.10", |
5 | 5 | "devDependencies": { |
| 6 | + "connect-busboy": "~0.0.2", |
| 7 | + "eventemitter2": "~0.4.13", |
| 8 | + "express": "~4.12.3", |
6 | 9 | "grunt": "~0.4.5", |
7 | | - "grunt-version": "~0.3.0", |
8 | | - "grunt-contrib-jshint": "~0.10.0", |
| 10 | + "grunt-contrib-compress": "~0.9.1", |
9 | 11 | "grunt-contrib-concat": "~0.4.0", |
| 12 | + "grunt-contrib-connect": "~0.8.0", |
| 13 | + "grunt-contrib-jshint": "~0.10.0", |
10 | 14 | "grunt-contrib-uglify": "~0.5.0", |
11 | 15 | "grunt-contrib-watch": "~0.6.1", |
12 | | - "grunt-contrib-connect": "~0.8.0", |
13 | | - "eventemitter2": "~0.4.13", |
14 | | - "semver": "~2.3.1 ", |
15 | | - "temporary": "~0.0.8", |
16 | | - "phantomjs": "~1.9.7-9", |
17 | | -"grunt-curl": "~2.0.2", |
| 16 | + "grunt-curl": "~2.0.2", |
18 | 17 | "grunt-mxmlc": "~0.5.1", |
19 | | - "grunt-contrib-compress": "~0.9.1" |
| 18 | + "grunt-version": "~0.3.0", |
| 19 | + "phantomjs": "~1.9.7-9", |
| 20 | + "semver": "~2.3.1 ", |
| 21 | + "temporary": "~0.0.8" |
20 | 22 | }, |
21 | 23 | "description": "FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.", |
22 | 24 | "main": "dist/FileAPI.js", |
|
38 | 40 | "contributors": [ |
39 | 41 | "Vladimir Demidov <v.demidov@corp.mail.ru>", |
40 | 42 | "Ilya Lebedev <ilya@lebedev.net>", |
41 | | -"Mikhail Bezoyan <mbezoyan@gmail.com>" |
| 43 | + "Mikhail Bezoyan <mbezoyan@gmail.com>" |
42 | 44 | ], |
43 | 45 | "license": "BSD" |
44 | 46 | } |
0 commit comments