Blame view

mustache/app/data/common/script-mapping.json 2.01 KB
5a739853   patrick.he   commit
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
  {
   "bootbox" : "bootbox.js",
  
   "colorpicker" : "bootstrap-colorpicker.js",
  
   "moment" : "date-time/moment.js",
   "datepicker"  : "date-time/bootstrap-datepicker.js",
  
   "timepicker" : "date-time/bootstrap-timepicker.js",
   
   "datetimepicker" : "date-time/bootstrap-datetimepicker.js",
  
   "daterangepicker" : ["date-time/moment.js" , "date-time/daterangepicker.js"],
  
   "chosen" : "chosen.jquery.js",
  
   "excanvas" : "excanvas.js",
  
   "spinner" : "fuelux/fuelux.spinner.js",
  
   "wizard" : "fuelux/fuelux.wizard.js",
  
   "tree" : "fuelux/fuelux.tree.js",
  
   "fullcalendar" : ["date-time/moment.js", "fullcalendar.js"],
  
   "autosize" : "jquery.autosize.js",
  
   "colorbox" : "jquery.colorbox.js",
  
   "dataTables" : ["jquery.dataTables.js" , "jquery.dataTables.bootstrap.js"],
  
   "easy-pie-chart" : "jquery.easypiechart.js",
  
   "flot" : "flot/jquery.flot.js",
  
   "flot.pie" : "flot/jquery.flot.pie.js",
  
   "flot.resize" : "flot/jquery.flot.resize.js",
  
   "gritter" : "jquery.gritter.js",
  
   "inputlimiter" : "jquery.inputlimiter.1.3.1.js",
  
   "knob" : "jquery.knob.js",
  
   "maskedinput" : "jquery.maskedinput.js",
  
   "slimscroll" : "jquery.slimscroll.js",
  
   "sparkline" : "jquery.sparkline.js",
  
   "validate" : ["jquery.validate.js" , "additional-methods.js"],
  
   "jquery-ui" : ["jquery-ui.custom.js" , "jquery.ui.touch-punch.js"],
   
   "jquery-ui-full" : ["jquery-ui.js" , "jquery.ui.touch-punch.js"],
  
   "jqgrid" : ["jqGrid/jquery.jqGrid.src.js" , "jqGrid/i18n/grid.locale-en.js"],
  
   "prettify" : "prettify.js",
  
   "spin" : "spin.js",
   
   "markdown" : ["markdown/markdown.js", "markdown/bootstrap-markdown.js"],
   
   "hotkeys" : "jquery.hotkeys.js",
   "wysiwyg" : ["jquery.hotkeys.js", "bootstrap-wysiwyg.js"],
   
   "x-editable" : ["x-editable/bootstrap-editable.js" , "x-editable/ace-editable.js"],
   
   "select2" : "select2.js",
   
   "tag" : "bootstrap-tag.js",
   
   "nestable" : "jquery.nestable.js",
   
   "dropzone" : "dropzone.js",
   
   "typeahead" : "typeahead.jquery.js",
   
   "duallistbox": "jquery.bootstrap-duallistbox.js",
   
   "raty": "jquery.raty.js",
   
   "multiselect": "bootstrap-multiselect.js"
  }