{
  "name": "ios-device",
  "version": "1.0.1",
  "description": "Node.js wrapper around ios-deploy",
  "keywords": [
    "ios",
    "device"
  ],
  "main": "./lib/ios-device.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/zenzhu/ios-device.git"
  },
  "dependencies": {
    "ios-deploy": "beta",
    "xutil": "~1.0.0"
  },
  "devDependencies": {
    "co-mocha": "*",
    "eslint": "^4.14.0",
    "eslint-plugin-mocha": "^4.11.0",
    "git-contributor": "^1.0.0",
    "jshint": "*",
    "mocha": "*",
    "nyc": "^11.8.0",
    "pre-commit": "^1.2.2"
  },
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text mocha",
    "lint": "eslint --fix lib test",
    "ci": "npm run lint && npm run test"
  },
  "pre-commit": [
    "lint"
  ],
  "license": "MIT"
}
