2013-07-21 21:58:34 +02:00
|
|
|
{
|
|
|
|
"name": "ios-deploy",
|
2016-01-16 19:35:03 +01:00
|
|
|
"version": "2.0.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 07:23:59 +02:00
|
|
|
"bin": "./build/Release/ios-deploy",
|
2013-07-21 21:58:34 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/phonegap/ios-deploy"
|
|
|
|
},
|
2015-10-13 01:55:08 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"jshint": "2.5.8"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-01-13 02:35:59 +01:00
|
|
|
"preinstall": "./src/scripts/check_reqs.js && xcodebuild",
|
2016-02-04 19:13:39 +01:00
|
|
|
"test": "npm run pycompile && npm run jshint && xcodebuild -target ios-deploy-lib && xcodebuild test -scheme ios-deploy-tests",
|
2016-01-13 02:49:32 +01:00
|
|
|
"jshint": "node node_modules/jshint/bin/jshint src/scripts/*.js",
|
|
|
|
"pycompile": "python -m py_compile src/scripts/*.py"
|
2015-10-13 01:55:08 +02:00
|
|
|
},
|
2013-07-21 21:58:34 +02:00
|
|
|
"keywords": [
|
|
|
|
"ios-deploy",
|
|
|
|
"deploy to iOS device"
|
|
|
|
],
|
2015-10-13 01:55:08 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/phonegap/ios-deploy/issues"
|
|
|
|
},
|
2013-07-21 21:58:34 +02:00
|
|
|
"author": "Greg Hughes",
|
|
|
|
"license": "GPLv3"
|
|
|
|
}
|