forked from mailru/FileAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (39 loc) · 1009 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
34
35
36
37
38
39
40
{
"name": "fileapi",
"version": "2.0.3",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-version": "~0.2.2",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.5.0",
"eventemitter2": "~0.4.9",
"semver": "~1.0.14",
"temporary": "~0.0.4",
"phantomjs": "~1.9.2-4"
},
"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.",
"main": "dist/FileAPI.js",
"scripts": {
"test": "grunt tests --verbose"
},
"repository": {
"type": "git",
"url": "git://github.com/mailru/FileAPI.git"
},
"keywords": [
"FileAPI",
"upload",
"file",
"html5",
"chunked"
],
"author": "Konstantin Lebedev <[email protected]>",
"contributors": [
"Vladimir Demidov <[email protected]>",
"Ilya Lebedev <[email protected]>"
],
"license": "BSD"
}