Skip to content

Commit

Permalink
Merge pull request #67 from cfoellmann/feature/composer
Browse files Browse the repository at this point in the history
added composer.json for packagist registration
  • Loading branch information
alpha0010 committed May 19, 2016
2 parents be826ba + 7249e7e commit b16477d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "jokkedk/webgrind",
"type": "application",
"description": "Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.",
"keywords": ["webgrind","xdebug","debug"],
"homepage": "https://github.com/jokkedk/webgrind",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Joakim Nygård",
"email": "joakim@scienta.dk",
"homepage": "http://jokke.dk/"
},
{
"name": "Jacob Oettinger",
"email": "jacob@oettinger.dk",
"homepage": "http://oettinger.dk/"
}
],
"support": {
"issues": "https://github.com/jokkedk/webgrind/issues",
"wiki": "https://github.com/jokkedk/webgrind/wiki",
"source": "https://github.com/jokkedk/webgrind"
}
}

0 comments on commit b16477d

Please sign in to comment.