Skip to content

Commit

Permalink
Added package.json for npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jul 21, 2013
1 parent 7cdecd6 commit 41165f4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 41165f4

Please sign in to comment.