summaryrefslogtreecommitdiff
path: root/www/lib/vis/.bower.json
blob: 9ee239527017f519fd72a5240540f4c68ce12525 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "name": "vis",
  "main": [
    "dist/vis.js",
    "dist/vis.css"
  ],
  "description": "A dynamic, browser-based visualization library.",
  "homepage": "http://visjs.org/",
  "license": [
    "Apache-2.0",
    "MIT"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/almende/vis.git"
  },
  "keywords": [
    "vis",
    "visualization",
    "web based",
    "browser based",
    "javascript",
    "chart",
    "linechart",
    "timeline",
    "graph",
    "network",
    "browser"
  ],
  "ignore": [
    "gulpfile.js",
    "index*.js",
    "misc",
    "node_modules",
    "package.json",
    "test",
    "tools",
    "lib",
    ".idea",
    ".npmignore",
    ".gitignore"
  ],
  "dependencies": {},
  "devDependencies": {},
  "version": "4.17.0",
  "_release": "4.17.0",
  "_resolution": {
    "type": "version",
    "tag": "v4.17.0",
    "commit": "88f14a0d42b8af38e0dcd7b9b7d95eaf0df86d67"
  },
  "_source": "https://github.com/almende/vis.git",
  "_target": "~4.17.0",
  "_originalSource": "vis",
  "_direct": true
}