ios-deploy/package.json

34 lines
738 B
JSON
Raw Normal View History

2013-07-21 21:58:34 +02:00
{
"name": "ios-deploy",
2015-11-24 02:21:59 +01:00
"version": "1.8.3",
"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": {
"preinstall": "./src/check_reqs.js && xcodebuild",
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint src"
},
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"
}