{
  "name": "scripts",
  "version": "3.0",
  "description": "___OAuth_Scopes_oauth_scopes___Authentication_authentication___Available_Endpoints_available_endpointsThe_BigCommerce_Scripts_API_can_be_used_to_add_a_script_to_a_stores_page__Some_use_cases_Insert_tracking_codes_Storefront_single_click_applications_Live_chat_support_plugins_Theme_extension_or_connector_appsTo_learn_more_about_Scripts_see__here_api_docsscriptsscripts_overview___OAuth_Scopes_UI_Name_______________________________________Permission__Parameter_______________________________________________________________________________________________________________________________________________Checkout_Contentsup1sup______________________________modify______store_content_checkout_______________________Checkout_Contentsup1sup______________________________read_only___store_content_checkout_read_only_____________Content________________________________________modify______store_v2_content_____________________________Content________________________________________read_only___store_v2_content_read_only__________________1__Checkout_Content_scopes_are_required_to_create_or_read_scripts_on_the_checkout_page_For_more_information_on_OAuth_Scopes_see__Authentication_httpsdeveloper_bigcommerce_comapi_docsgetting_startedauthentication__AuthenticationRequests_can_be_authenticated_by_sending_a_client_id_and_access_token_via_X_Auth_Client_and_X_Auth_Token_HTTP_headershttpGET_stores_env_store_hashv3catalogsummaryhost_api_bigcommerce_comAccept_applicationjsonX_Auth_Client_client_idX_Auth_Token_access_tokenHeaderParameterDescription___X_Auth_Clientclient_idObtained_by_creating_an_API_account_or_installing_an_app_in_a_BigCommerce_control_panel_X_Auth_Tokenaccess_token_Obtained_by_creating_an_API_account_or_installing_an_app_in_a_BigCommerce_control_panel_For_more_information_on_Authenticating_BigCommerce_APIs_see__Authentication_httpsdeveloper_bigcommerce_comapi_docsgetting_startedauthentication__Available_Endpoints_Resource__Endpoint______________________Description________________________________________________________________________________________________________________________________________________________________________________Scripts__________________________________Add_client_side_code_to_a_store_________________________________________",
  "license": "Unlicense",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha --compilers js:babel-core/register --recursive"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "superagent": "3.7.0"
  },
  "devDependencies": {
    "babel-core": "6.26.0",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "expect.js": "~0.3.1",
    "mocha": "~2.3.4",
    "sinon": "1.17.3"
  }
}
