ios-deploy/package.json

21 lines
447 B
JSON
Raw Normal View History

2013-07-21 21:58:34 +02:00
{
"name": "ios-deploy",
2014-08-05 04:07:31 +02:00
"version": "1.1.0",
2014-05-10 01:53:22 +02:00
"description": "launch iOS apps iOS devices from the command line (Xcode 5)",
2013-07-21 21:58:34 +02:00
"main": "ios-deploy",
"scripts": {
2013-07-30 00:52:34 +02:00
"preinstall": "make ios-deploy"
2013-07-21 21:58:34 +02:00
},
2013-07-30 00:52:34 +02:00
"bin" : "./ios-deploy" ,
2013-07-21 21:58:34 +02:00
"repository": {
"type": "git",
"url": "https://github.com/phonegap/ios-deploy"
},
"keywords": [
"ios-deploy",
"deploy to iOS device"
],
"author": "Greg Hughes",
"license": "GPLv3"
}