ios-deploy/package.json

35 lines
919 B
JSON
Raw Normal View History

2013-07-21 21:58:34 +02:00
{
"name": "ios-deploy",
2016-01-16 19:35:03 +01:00
"version": "2.0.0",
"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": {
},
"bin": "./build/Release/ios-deploy",
2013-07-21 21:58:34 +02:00
"repository": {
"type": "git",
"url": "https://github.com/phonegap/ios-deploy"
},
"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"
},
2013-07-21 21:58:34 +02:00
"keywords": [
"ios-deploy",
"deploy to iOS device"
],
"bugs": {
"url": "https://github.com/phonegap/ios-deploy/issues"
},
2013-07-21 21:58:34 +02:00
"author": "Greg Hughes",
"license": "GPLv3"
}