forked from jokkedk/webgrind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
28 lines (28 loc) · 1019 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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"
},
"scripts": {
"serve": "php -S 0.0.0.0:8080 index.php"
}
}