Files

47 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2013-07-21 12:58:34 -07:00
{
"name": "ios-deploy",
2021-01-25 08:53:55 -05:00
"version": "1.11.4",
"os": [
"darwin"
],
2015-10-06 17:11:14 -07:00
"description": "launch iOS apps iOS devices from the command line (Xcode 7)",
2013-07-21 12:58:34 -07:00
"main": "ios-deploy",
"bin": "./build/Release/ios-deploy",
2013-07-21 12:58:34 -07:00
"repository": {
"type": "git",
2018-05-25 15:18:17 +08:00
"url": "https://github.com/ios-control/ios-deploy"
2013-07-21 12:58:34 -07:00
},
"devDependencies": {
2018-06-12 16:57:47 -04:00
"eslint": "~4.19.1",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
},
"scripts": {
2016-01-12 17:35:59 -08:00
"preinstall": "./src/scripts/check_reqs.js && xcodebuild",
"build-test": "npm run pycompile && xcodebuild test -scheme ios-deploy-tests",
2018-06-12 16:57:47 -04:00
"eslint": "eslint src/scripts/*.js",
"test": "npm run eslint && npm run build-test",
2019-01-15 12:09:41 +08:00
"pycompile": "python -m py_compile src/scripts/*.py",
"postversion": "echo \\\"$npm_package_version\\\" > src/ios-deploy/version.h"
},
"files": [
"demo",
"src",
"ios-deploy.xcodeproj/project.pbxproj",
"ios-deploy.xcodeproj/xcshareddata"
],
2013-07-21 12:58:34 -07:00
"keywords": [
"ios-deploy",
"deploy to iOS device"
],
"bugs": {
2018-06-12 10:55:30 -04:00
"url": "https://github.com/phonegap/ios-deploy/issues"
},
2013-07-21 12:58:34 -07:00
"author": "Greg Hughes",
"license": "GPLv3"
}