vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
511 B

{
"name": "vis",
"version": "4.9.1-SNAPSHOT",
"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": {}
}