2013-07-21 21:58:34 +02:00
|
|
|
{
|
|
|
|
"name": "ios-deploy",
|
2015-10-07 02:11:14 +02:00
|
|
|
"version": "1.8.0",
|
2015-10-07 02:46:50 +02:00
|
|
|
"os": [
|
|
|
|
"darwin"
|
|
|
|
],
|
2015-10-07 02:11:14 +02:00
|
|
|
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
|
2013-07-21 21:58:34 +02:00
|
|
|
"main": "ios-deploy",
|
|
|
|
"scripts": {
|
2015-10-07 02:46:50 +02:00
|
|
|
"preinstall": "./check_reqs.js && make ios-deploy"
|
2013-07-21 21:58:34 +02:00
|
|
|
},
|
2015-10-07 02:46:50 +02:00
|
|
|
"bin": "./ios-deploy",
|
2013-07-21 21:58:34 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phonegap/ios-deploy"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ios-deploy",
|
|
|
|
"deploy to iOS device"
|
|
|
|
],
|
|
|
|
"author": "Greg Hughes",
|
|
|
|
"license": "GPLv3"
|
|
|
|
}
|