34 lines
738 B
JSON
34 lines
738 B
JSON
{
|
|
"name": "ios-deploy",
|
|
"version": "1.8.4",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
|
|
"main": "ios-deploy",
|
|
"scripts": {
|
|
},
|
|
"bin": "./build/Release/ios-deploy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/phonegap/ios-deploy"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "2.5.8"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "./src/check_reqs.js && xcodebuild",
|
|
"test": "npm run jshint",
|
|
"jshint": "node node_modules/jshint/bin/jshint src"
|
|
},
|
|
"keywords": [
|
|
"ios-deploy",
|
|
"deploy to iOS device"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/phonegap/ios-deploy/issues"
|
|
},
|
|
"author": "Greg Hughes",
|
|
"license": "GPLv3"
|
|
}
|