Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
41165f433a |
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "ios-deploy",
|
||||||
|
"version": "1.0.1",
|
||||||
|
"description": "launch iOS apps iOS devices from the command line (Xcode 4)",
|
||||||
|
"main": "ios-deploy",
|
||||||
|
"scripts": {
|
||||||
|
"install": "make install prefix=/usr/local"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/phonegap/ios-deploy"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"ios-deploy",
|
||||||
|
"deploy to iOS device"
|
||||||
|
],
|
||||||
|
"author": "Greg Hughes",
|
||||||
|
"license": "GPLv3"
|
||||||
|
}
|
Reference in New Issue
Block a user