File tree Expand file tree Collapse file tree 1 file changed +29
-26
lines changed Expand file tree Collapse file tree 1 file changed +29
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " jquery-confirm2" ,
3
- "version" : " 3.1.0" ,
4
- "homepage" : " https://github.com/craftpip/jquery-confirm" ,
5
- "authors" : [
6
- " boniface pereira <[email protected] >"
7
- ],
8
- "description" : " A multipurpose alert and confirm plugin" ,
9
- "main" : " dist/jquery-confirm.min.js" ,
10
- "keywords" : [
11
- " jquery-plugin" ,
12
- " javascript" ,
13
- " confirm" ,
14
- " alert" ,
15
- " dialog"
16
- ],
17
- "license" : " MIT" ,
18
- "ignore" : [
19
- " **/.*" ,
20
- " node_modules" ,
21
- " bower_components" ,
22
- " test" ,
23
- " tests"
24
- ],
25
- "dependencies" : {
26
- "jquery" : " >=1.6"
27
- }
2
+ "name" : " jquery-confirm2" ,
3
+ "version" : " 3.1.0" ,
4
+ "homepage" : " https://github.com/craftpip/jquery-confirm" ,
5
+ "authors" : [
6
+ " boniface pereira <[email protected] >"
7
+ ],
8
+ "description" : " A multipurpose alert and confirm plugin" ,
9
+ "main" : [
10
+ " js/jquery-confirm.js" ,
11
+ " css/jquery-confirm.css"
12
+ ],
13
+ "keywords" : [
14
+ " jquery-plugin" ,
15
+ " javascript" ,
16
+ " confirm" ,
17
+ " alert" ,
18
+ " dialog"
19
+ ],
20
+ "license" : " MIT" ,
21
+ "ignore" : [
22
+ " **/.*" ,
23
+ " node_modules" ,
24
+ " bower_components" ,
25
+ " test" ,
26
+ " tests"
27
+ ],
28
+ "dependencies" : {
29
+ "jquery" : " >=1.6"
30
+ }
28
31
}
You can’t perform that action at this time.
0 commit comments