-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
48 lines (48 loc) · 1.16 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": "jquery-multifile",
"title": "jQuery MultiFile",
"version": "2.2.2",
"description": "jQuery Multiple File Selection Plugin",
"main": "jquery.MultiFile.js",
"scripts": {
"dev": "grunt watch",
"test": "grunt all test",
"build": "grunt build",
"document": "grunt doc"
},
"repository": {
"type": "git",
"url": "https://github.com/fyneworks/multifile"
},
"keywords": [
"jquery",
"file",
"upload"
],
"author": "Fyneworks",
"license": "MIT",
"bugs": {
"url": "https://github.com/fyneworks/multifile/issues"
},
"homepage": "https://github.com/fyneworks/multifile",
"dependencies": {
"jquery": "~3.5.0"
},
"devDependencies": {
"clean-css": "^4.2.3",
"findup-sync": "^4.0.0",
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-git": "^1.0.14",
"grunt-sass": "^3.1.0",
"grunt-shell": "^3.0.1",
"html-minifier": "^4.0.0",
"node-sass": "^4.13.1",
"selenium-webdriver": "^4.0.0-alpha.7",
"uglifyjs": "^2.4.11"
}
}