forked from jaysalvat/ezdz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "ezdz",
"title": "Ezdz [izy-dizy]",
"description": "A jQuery plugin to turn standard input type file into a nice drag&drop zone with validators and previews.",
"version": "0.4.3",
"homepage": "https://github.com/jaysalvat/ezdz",
"bugs": "https://github.com/jaysalvat/ezdz/issues",
"keywords": [
"file",
"form",
"drag",
"drop",
"preview",
"upload"
],
"author": {
"name": "Jay Salvat",
"url": "http://jaysalvat.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jaysalvat/ezdz/blob/master/MIT-LICENSE"
}
],
"repository": {
"type": "git",
"url": "[email protected]:jaysalvat/ezdz.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-exec": "~0.4",
"grunt-recess": "~0.4.0",
"grunt-sed": "~0.1",
"semver": "~1.1.3"
},
"main": "dist/jquery.ezdz.js",
"scripts": {
"test": "grunt test"
}
}