﻿{
    $schema: "http://json.schemastore.org/chutzpah",
    "Framework": "jasmine",
    "TestFileTimeout": 5000,
    "TestHarnessReferenceMode": "Normal",
    "TestHarnessLocationMode": "Custom",
    "TestHarnessDirectory": "node_modules/jasmine-core/lib/jasmine-core",
    "RootReferencePathMode": "SettingsFileDirectory",
    "References": [
        { "Path": "https://maps.googleapis.com/maps/api/js?sensor=false#dummy.js" },
        { "Path": "node_modules/jquery/dist/jquery.min.js" },
        { "Path": "vendor/jquery.easing.1.3.js" },
        { "Path": "vendor/markerAnimate.js" },
        { "Path": "tests/testHelper.js" },
        { "Path": "SlidingMarker.js" },
        { "Path": "MarkerWithGhost.js" }
    ],
    "Tests": [
        { "Path": "tests/spec", "Include": "*Spec.js" }
    ]
}