Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 9, 2014
1 parent 0e11261 commit a747b2c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "cloudcmd-atom",
"version": "0.1.0",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"description": "atom version of Cloud Commander",
"homepage": "index.html",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/cloudcmd-app.git"
},
"dependencies": {
"cloudcmd": "*"
},
"main": "main.js"
}

0 comments on commit a747b2c

Please sign in to comment.