{
  "_from": "ios-sim@^6.1.2",
  "_id": "ios-sim@6.1.2",
  "_inBundle": false,
  "_integrity": "sha512-kWSc7XJfYAGaQSh51UM4pDgXc77vqBS62oBA2tnXsHajk2+xl7Oyt613GYq64eMry2BM1F3tJLGFCJfpp1Ge+A==",
  "_location": "/ios-sim",
  "_phantomChildren": {
    "abbrev": "1.1.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ios-sim@^6.1.2",
    "name": "ios-sim",
    "escapedName": "ios-sim",
    "rawSpec": "^6.1.2",
    "saveSpec": null,
    "fetchSpec": "^6.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ios-sim/-/ios-sim-6.1.2.tgz",
  "_shasum": "7b9df7c35abd5b9d4c014248174e8b9e5b97ecc4",
  "_spec": "ios-sim@^6.1.2",
  "_where": "/Users/spindori/Documents/Cordova/cordova-ios",
  "author": {
    "name": "Shazron Abdullah"
  },
  "bin": {
    "ios-sim": "./bin/ios-sim"
  },
  "bugs": {
    "url": "https://github.com/phonegap/ios-sim/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bplist-parser": "^0.0.6",
    "nopt": "1.0.9",
    "plist": "^1.2.0",
    "simctl": "^1.1.1"
  },
  "deprecated": false,
  "description": "launch iOS apps into the iOS Simulator from the command line (Xcode 8.0+)",
  "devDependencies": {
    "jasmine": "~2.6.0",
    "jscs": "^2.11.0",
    "jshint": "^2.9.1"
  },
  "engines": {
    "node": ">=4"
  },
  "homepage": "https://github.com/phonegap/ios-sim#readme",
  "keywords": [
    "ios-sim",
    "iOS Simulator"
  ],
  "license": "MIT",
  "main": "ios-sim.js",
  "name": "ios-sim",
  "preferGlobal": "true",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phonegap/ios-sim.git"
  },
  "scripts": {
    "jasmine": "jasmine --config=spec/jasmine.json",
    "jscs": "jscs src ./ios-sim.js",
    "jshint": "jshint src ./ios-sim.js",
    "postjshint": "npm run jscs",
    "posttest": "npm run jshint",
    "test": "npm run jasmine"
  },
  "version": "6.1.2"
}
