Unable to save template.conf file

Unable to save template.conf file

Hello,

I'm currently unable to save "template.conf" in the template editor.  Attempting to save the file results in the sparsely informative message, "Error in the file".  The following is the file I'm attempting to save:

  1. {
  2.     "name": "ISR-Current",
  3.     "author": "Bryan Pape",
  4.     "author_email": "bryan@infraredsaunarepair.com",
  5.     "version": 1,
  6.     "price":2,
  7.     "design_id":"isr10000",
  8.     "is_store_compatible": true,
  9.     "template_engine_version": 2,
  10. "preview_images": ["images/preview.png"],
  11.     "store_preview_images": ["images/store-preview.png"],
  12.     "stylesheets": ["stylesheets/style.css"],
  13.     "banner": {"slides": ["common:12","common:07","common:13"]},
  14.     "fonts": "Lato:400,700/Nunito",
  15.     "default_layout_vars": {
  16.         "header_style": "02",
  17.         "banner_style": "full-width",
  18.         "header_effect": "header-transparent-animated",
  19. "is_social_icon_floater_enabled": "false",
  20.         "is_mobile_site_title_enabled": "true",
  21.         "is_mobile_site_caption_enabled": "false",
  22.         "is_mobile_logo_enabled": "true",
  23.     "is_mobile_header_fixed": "true",
  24.         "maxmenuitem": "7",
  25.         "topbar_background": "default",
  26.         "header_background": "default",
  27.         "navigation_background": "default",
  28.         "product_list_style": "05",
  29.         "product_details_style": "05",
  30.         "submenu_style": "05",
  31.         "breadcrumb_style": "05",
  32.         "blog_list_style": "05",
  33.         "blog_post_style": "05",
  34.         "store_message_style": "05",
  35.         "product_content_style": "05",
  36.         "product_category_style": "05",
  37.         "store_currency_style": "02",
  38.     "store_product_list_count_sm":"02",
  39.     "store_product_list_count_xsm":"01",
  40.     "store_product_list_count_md":"03",
  41.     "is_site_full_stretch":"false"        
  42.     },
  43.     "template_default": {
  44.         "show_site_name": true,
  45.         "show_site_logo": true,
  46.         "show_site_caption": false,
  47.         "blog_social_share_options": {
  48.             "align": "right",
  49.             "style": "05",
  50.             "show_count": true
  51.         }
  52.     },
  53.     "javascripts": [
  54.         "js/header.js",
  55.         "js/store.js",
  56.         "js/eventhandler.js",
  57.         "js/products-pagination.js"
  58.     ],
  59.     "layouts": [
  60.         {
  61.             "name": "page.face",
  62.             "stylesheets": [],
  63.             "javascripts": []
  64.         },
  65.             {
  66.       "name": "store-category.face",
  67.       "stylesheets": [],
  68.       "javascripts": []
  69.     },
  70.     {
  71.       "name": "store-collection-widget.face",
  72.       "stylesheets": [],
  73.       "javascripts": []
  74.     },
  75.     {
  76.       "name": "store-collection.face",
  77.       "stylesheets": [],
  78.       "javascripts": []
  79.     },
  80.     {
  81.       "name": "store-currency-list.face",
  82.       "stylesheets": [],
  83.       "javascripts": []
  84.     },
  85.     {
  86.       "name": "store-product-list-view.face",
  87.       "stylesheets": [],
  88.       "javascripts": []
  89.     },
  90.     {
  91.       "name": "store-product-list.face",
  92.       "stylesheets": [],
  93.       "javascripts": []
  94.     },
  95.     {
  96.       "name": "store-product-quick-view.face",
  97.       "stylesheets": [],
  98.       "javascripts": []
  99.     },
  100.     {
  101.       "name": "store-product-search.face",
  102.       "stylesheets": [],
  103.       "javascripts": []
  104.     },
  105.     {
  106.       "name": "store-product.face",
  107.       "stylesheets": [],
  108.       "javascripts": []
  109.     },
  110.         {
  111.             "name": "blog-list.face",
  112.             "javascripts": [],
  113.             "stylesheets": ["stylesheets/blog-style.css"]
  114. },
  115.         {
  116.             "name": "blog-post.face",
  117.             "stylesheets": ["stylesheets/blog-style.css"]
  118.         },
  119.         {
  120.             "name": "store-checkout.face",
  121.             "javascripts": ["js/countries-states.js"],
  122.             "stylesheets": ["stylesheets/checkout-style.css"]
  123.         },
  124.         {
  125.             "name": "store-payment-status.face",
  126.             "javascripts": [],
  127.             "stylesheets": ["stylesheets/payment-status.css"]
  128.         },
  129.         {
  130.             "name": "store-cart.face",
  131.             "javascripts": [],
  132.             "stylesheets": ["stylesheets/cart-style.css"]
  133.         },
  134.         {
  135.       "name": "store-recommended-products.face",
  136.       "stylesheets": [],
  137.       "javascripts": []
  138.     }
  139.     ],
  140.     "image_dimensions" : 
  141. {
  142.     "product": ["40", "200", "400", "800", "1400"],
  143.     "category": ["500","1400"]
  144.     }
  145. }

Please advise.

Thanks,
Bryan