Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #46 from iwehrman/iwehrman/add-package-dot-json-file
Browse files Browse the repository at this point in the history
Add a package.json file for the Brackets extension installer / registry.
  • Loading branch information
ryanstewart committed Apr 8, 2013
2 parents 2449201 + dd39f8b commit 9aa89ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"name": "brackets-phonegap",
"description": "PhoneGap extension for Brackets.",
"version": "0.1.0",
"keywords": [".html", ".css", ".js"],
"homepage": "https://github.com/adobe/brackets-phonegap/",
"bugs": "https://github.com/adobe/brackets-phonegap/issues",
"repository" : {
"type" : "git",
"url" : "https://github.com/adobe/brackets-phonegap.git"
}
}

0 comments on commit 9aa89ad

Please sign in to comment.