scripts.json 390 B

12345678910111213141516
  1. {
  2. "FancyUpload": {
  3. "Swiff.Uploader": {
  4. "deps": ["Class.Extras", "Element.Event", "Element.Dimensions", "Swiff"]
  5. },
  6. "Fx.ProgressBar": {
  7. "deps": ["Fx.Transitions", "Element"]
  8. },
  9. "FancyUpload2": {
  10. "deps": ["Swiff.Uploader", "Fx.Tween", "Lang"]
  11. },
  12. "FancyUpload3.Attach": {
  13. "deps": ["Swiff.Uploader", "Element.Style", "Lang", "Fx.ProgressBar", "FancyUpload2"]
  14. }
  15. }
  16. }