-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 743 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 743 Bytes
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
{
"name": "jquery.fileapi",
"version": "0.4.11",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-version": "*",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "*",
"eventemitter2": "~0.4.9",
"semver": "~1.0.14",
"temporary": "~0.0.4",
"phantomjs": "latest"
},
"description": "jQuery plugin for FileAPI (multiupload, image upload, crop, resize and etc.)",
"main": "jquery.fileapi.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/rubaxa/jquery.fileapi.git"
},
"keywords": [
"FileAPI",
"upload",
"multiupload",
"file",
"html5",
"chunked",
"jquery",
"plugin"
],
"author": "Konstantin Lebedev <ibnRubaXa@gmail.com>",
"license": "MIT"
}