OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-13 4545664bbece1b1b185945376b344b1660669a53
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
41
42
43
44
45
46
47
48
49
50
51
{
  "name": "angular-nvd3",
  "version": "1.0.9",
  "description": "An AngularJS directive for NVD3.js reusable charting library (based on D3.js)",
  "main": [
    "dist/angular-nvd3.js"
  ],
  "license": "MIT",
  "keywords": [
    "d3",
    "nvd3",
    "angular",
    "angular-nvd3",
    "directives",
    "visualization",
    "charts",
    "svg"
  ],
  "authors": [
    "Konstantin Skipor"
  ],
  "homepage": "http://krispo.github.io/angular-nvd3",
  "repository": {
    "type": "git",
    "url": "https://github.com/krispo/angular-nvd3.git"
  },
  "dependencies": {
    "angular": "^1.x",
    "d3": "^3.3.13",
    "nvd3": "^1.7.1"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "src",
    "test",
    "tests",
    "lib",
    "examples"
  ],
  "_release": "1.0.9",
  "_resolution": {
    "type": "version",
    "tag": "v1.0.9",
    "commit": "6081783eb86d43015602ca91b13f249eb34d5402"
  },
  "_source": "https://github.com/krispo/angular-nvd3.git",
  "_target": "1.0.9",
  "_originalSource": "angular-nvd3"
}