blob: c2a3870d4a6e97a53fbcc9e66a40ec52c2d628e5 [file] [log] [blame]
{
"name": "ios-deploy",
"version": "1.8.1",
"os": [
"darwin"
],
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
"main": "ios-deploy",
"scripts": {
"preinstall": "./check_reqs.js && xcodebuild"
},
"bin": "./build/Release/ios-deploy",
"repository": {
"type": "git",
"url": "https://github.com/phonegap/ios-deploy"
},
"keywords": [
"ios-deploy",
"deploy to iOS device"
],
"author": "Greg Hughes",
"license": "GPLv3"
}