diff options
Diffstat (limited to 'www/lib/vis/bower.json')
| -rw-r--r-- | www/lib/vis/bower.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/lib/vis/bower.json b/www/lib/vis/bower.json new file mode 100644 index 00000000..70f3d4a6 --- /dev/null +++ b/www/lib/vis/bower.json @@ -0,0 +1,24 @@ +{ + "name": "vis", + "version": "4.7.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": {} +} |
