blob: 184efe0de46ce8da4e324fd94367f3bd159bea08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "epochjs/epoch",
"description": "A general purpose, real-time visualization library.",
"keywords": [
"epoch",
"d3",
"chart",
"graph",
"plot",
"real-time"
],
"homepage": "https://github.com/epochjs/epoch",
"license": "MIT",
"authors": [
{
"name": "Ryan Sandor Richards"
}
],
"require": {
"mbostock/d3": "@stable"
}
}
|