ios-deploy/package.json

35 lines
919 B
JSON
Raw Normal View History

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