summaryrefslogtreecommitdiff
path: root/www/lib/vis/.bower.json
blob: e8e23b97a142ef0031da099c2a6162ee44a7819f (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
{
  "name": "vis",
  "version": "4.11.0",
  "main": [
    "dist/vis.min.js",
    "dist/vis.min.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"
  },
  "ignore": [
    "misc",
    "node_modules",
    "test",
    "tools",
    "lib",
    ".idea",
    ".npmignore",
    ".gitignore"
  ],
  "dependencies": {},
  "devDependencies": {},
  "_release": "4.11.0",
  "_resolution": {
    "type": "version",
    "tag": "v4.11.0",
    "commit": "36a859458d2e94c60c4b812198ba8856033532a5"
  },
  "_source": "git://github.com/almende/vis.git",
  "_target": "~4.11.0",
  "_originalSource": "vis",
  "_direct": true
}