summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/epoch/bower.json
blob: 36ee8e674f7dcdc7abf6ffab94b98b2ca2c82a7d (plain)
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
{
  "name": "epoch",
  "description": "A general purpose, real-time visualization library.",
  "main": [
    "dist/js/epoch.min.js",
    "dist/css/epoch.min.css"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "/src",
    "/sass",
    "/tests",
    "/Cakefile",
    "/CHANGELOG.md",
    "/package.json"
  ],
  "authors": [
    "Ryan Sandor Richards <sandor.richards@gmail.com>"
  ],
  "keywords": [
    "fastly",
    "realtime",
    "graph",
    "chart",
    "stats",
    "visualization"
  ],
  "homepage": "https://fastly.github.io/epoch/",
  "repository": {
    "type": "git",
    "url": "git://github.com/fastly/epoch.git"
  },
  "dependencies": {
    "d3": "^3.4.13"
  }
}