ios-deploy/package.json
2015-10-06 22:48:33 -07:00

24 lines
490 B
JSON

{
"name": "ios-deploy",
"version": "1.8.0",
"os": [
"darwin"
],
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
"main": "ios-deploy",
"scripts": {
"preinstall": "./check_reqs.js && 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"
}