blob: 061d792c3a7f2bbe2ad6f68f1dd936fa4e4f1283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "jamiebicknell/Sparkline",
"description": "PHP script to generate sparklines",
"keywords": [
"sparkline",
"sparklines",
"php",
"gd"
],
"homepage": "http://github.com/jamiebicknell/Sparkline",
"license": "MIT",
"authors": [
{
"name": "Jamie Bicknell",
"homepage": "http://www.jamiebicknell.com"
}
],
"require": {
"php": ">=5.2.0"
}
}
|