Blame view

bower_components/charts-d3/bower.json 366 Bytes
752c1f5a   mwasiluk   updated d3-scatte...
1
  {
40c0e489   mwasiluk   charts-d3, d3 sc...
2
3
    "name": "charts-d3",
    "homepage": "https://github.com/mwasiluk/charts-d3",
752c1f5a   mwasiluk   updated d3-scatte...
4
5
6
7
8
9
    "authors": [
      "Michal Wasiluk"
    ],
    "description": "",
    "main": "",
    "keywords": [
752c1f5a   mwasiluk   updated d3-scatte...
10
      "d3",
40c0e489   mwasiluk   charts-d3, d3 sc...
11
      "charts"
752c1f5a   mwasiluk   updated d3-scatte...
12
13
14
15
16
17
18
19
20
21
22
23
24
    ],
    "license": "MIT",
    "ignore": [
      "**/.*",
      "node_modules",
      "bower_components",
      "test",
      "tests"
    ],
    "dependencies": {
      "d3": "^3.5.17"
    }
  }