{
  "name": "karma-ios-simulator-launcher",
  "version": "0.0.4",
  "description": "Launcher of Mobile Safari on MacOS",
  "main": "index.js",
  "dependencies": {
    "colors": "^1.1.2",
    "karma": "^0.13.22",
    "marcosc-async": "^1.1.3"
  },
  "engines" : {
    "node" : ">=4"
  },
  "devDependencies": {
    "jasmine": "^2.4.1",
    "karma-jasmine": "^0.3.8"
  },
  "scripts": {
    "test": "karma start --single-run --browsers MobileSafari karma.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcoscaceres/karma-ios-simulator-launcher.git"
  },
  "keywords": [
    "ios",
    "karma",
    "karma-plugin",
    "safari"
  ],
  "author": "Marcos Caceres",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/marcoscaceres/karma-ios-simulator-launcher/issues"
  },
  "homepage": "https://github.com/marcoscaceres/karma-ios-simulator-launcher#readme"
}
