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