{
  "frameworks": ["jasmine"],
  "files": [
    "bower_components/jquery/dist/jquery.js",
    "bower_components/bootstrap/dist/js/bootstrap.js",
    "test/bootstrap-tour.js",
    "test/bootstrap-tour.spec.js"
  ],
  "reporters": ["progress"],
  "port": 9876,
  "colors": true,
  "autoWatch": true,
  "browsers": ["PhantomJS"],
  "singleRun": false,
  "plugins": [
    "karma-jasmine",
    "karma-phantomjs-launcher"
  ]
}
