-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (37 loc) · 1.24 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
{
"name": "jquery-ui-multiprogressbar",
"description": "The multiprogressbar plugin provides a progress bar based on the basic jQuery UI progress bar widget but with the ability to split the progress into parts. Each part got it's own progress value and can be styled differently by providing class(es).",
"version": "1.1.0",
"keywords": ["jquery", "ui", "progressbar", "multipart", "multi", "multiprogressbar", "multi-part", "multi-progress"],
"maintainers": [{
"name": "Jochen Ulrich",
"email": "[email protected]",
"web": "https://github.com/j-ulrich"
}],
"contributors": [{
"name": "Jochen Ulrich",
"email": "[email protected]",
"web": "https://github.com/j-ulrich"
}],
"bugs": "https://github.com/j-ulrich/jquery-ui-multiprogressbar/issues",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/j-ulrich/jquery-ui-multiprogressbar/MIT-LICENSE.txt"
}
],
"repositories": {
"type": "git",
"url": "https://github.com/j-ulrich/jquery-ui-multiprogressbar.git"
},
"dependencies": {
"jquery": "1.4.1"
},
"homepage": "https://github.com/j-ulrich/jquery-ui-multiprogressbar",
"scripts": {
"test": "grunt qunit"
},
"devDependencies": {
"grunt": "0.3.16"
}
}