Project

General

Profile

1
{
2
  "name": "c3",
3
  "main": [
4
    "c3.css",
5
    "c3.js"
6
  ],
7
  "version": "0.4.10",
8
  "homepage": "https://github.com/masayuki0812/c3",
9
  "authors": [
10
    "Masayuki Tanaka <masayuki0812@mac.com>"
11
  ],
12
  "description": "D3-based reusable chart library",
13
  "keywords": [
14
    "chart",
15
    "d3"
16
  ],
17
  "license": "MIT",
18
  "ignore": [
19
    "**/.*",
20
    "node_modules",
21
    "bower_components",
22
    "htdocs",
23
    "spec",
24
    "src",
25
    "package.json",
26
    "component.json",
27
    "Gruntfile.*"
28
  ],
29
  "dependencies": {
30
    "d3": "<=3.5.0"
31
  }
32
}
(4-4/8)