{
  "name": "unbound_casp_api",
  "version": "0.0.45",
  "description": "Unbounds_Crypto_Asset_Security_Platform__CASP_provides_the_advanced_technology_and_the_architecture_to_secure_crypto_asset_transactions__The_crypto_asset_solution_contains_the_CASP_service_and_different_end_points__humans_or_BOTs_CASP_provides_the_framework_to_create_Accounts_which_hold_multiple_Vaults_where_secrets_are_stored__Access_control_is_managed_by_the_Quorum_Policy_for_all_of_the_Participants__The_CASP_system_manages_the_following_entities__Accounts___a_container_for_a_set_of_vaults_and_participants_that_manage_these_vaults___Participants___a_human_within_the_account_or_a_BOT_taking_part_in_cryptoasset_transactions__Each_participant_owns_a_share_of_the_cryptographic_material_that_is_part_of_the_different_transactions___Vaults___a_secure_container_for_the_cryptographic_material_used_to_protect_a_crypto_asset__i_e__the_seed_or_private_key___Quorum_vault___shares_the_responsibility_of_executing_a_transaction_between_many_different_participants_in_a_structure_defined_by_the_vault_policy_CASP_is_a_collaboration_service_where_different_participants_collaborate_to_perform_crypto_asset_transactions__As_such_it_has_inherent_support_for_asynchronous_operation__When_an_operation_is_triggered_it_is_located_in_a_queue_and_completed_when_the_relevant_set_of_participants_complete_their_part__CASP_supports_triggering_asynchronous_operations_notifying_the_relevant_participants_on_required_actions_and_checking_the_status_of_operations_For_more_information_about_the_CASP_SDK_see___Unbound_CASP_Developers_Guide_httpswww_unboundtech_comdocsCASPCASP_Developers_Guide_HTMLcasp_dev_guide_htm___Unbound_CASP_User_Guide__httpswww_unboundtech_comdocsCASPCASP_User_Guide_HTMLcasp_user_guide_htm___Unbound_CASP_Sample_Apps__httpswww_unboundtech_comdocsCASPCASP_Sample_Apps_HTMLcasp_sample_apps_htm",
  "license": "Unlicense",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "superagent": "3.5.2"
  },
  "devDependencies": {
    "mocha": "~2.3.4",
    "sinon": "1.17.3",
    "expect.js": "~0.3.1"
  }
}
