forked from relwell/Altamira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (37 loc) · 988 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name":"malwarebytes/altamira",
"description":"Library to display charts utilizing jqPlot or the flot library",
"version": "0.1.0-beta0",
"keywords": ["charting"],
"homepage": "http://github.com/malwarebytes/altamira",
"type":"library",
"license":"BSD-3-Clause",
"authors": [
{
"name": "Joshua Hall-Bachner",
"email": "[email protected]",
"homepage": "",
"role": "Developer"
},
{
"name": "Robert Elwell",
"email": "[email protected]",
"homepage": "http://robertelwell.info",
"role": "Developer"
},
{
"name": "Jonathan Chan",
"email": "[email protected]",
"homepage": "",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Altamira": "src/"
}
}
}