Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
Creating package.json which is required for installation in brackets 0.44.
I couldn't find a license anywhere so I put MIT.
  • Loading branch information
Piotr committed Nov 4, 2014
1 parent c6c819b commit 7f4e7e5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "aonic.brackets-quickopenphp",
"title": "QuickOpenPHP",
"description": "Adobe Brackets Ctrl+T QuickOpen function definition support for PHP",
"keywords": [
],
"repository": {
"type": "git",
"url": "https://github.com/aonic/brackets-QuickOpenPHP.git"
},
"homepage": "https://github.com/aonic/brackets-QuickOpenPHP",
"author": {
"name": "Raja Kapur",
"email": "raja.kapur@gmail.com",
"url": "https://github.com/aonic"
},
"license": "MIT",
"version": "0.0.1",
"engines": {
"brackets": ">=0.37.0"
}
}

0 comments on commit 7f4e7e5

Please sign in to comment.