Force plot for Lightning
Documentation and examples at lightning-viz.org
| # Logs | |
| logs | |
| *.log | |
| # Runtime data | |
| pids | |
| *.pid | |
| *.seed | |
| # Directory for instrumented libs generated by jscoverage/JSCover | |
| lib-cov | |
| # Coverage directory used by tools like istanbul | |
| coverage | |
| # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | |
| .grunt | |
| # node-waf configuration | |
| .lock-wscript | |
| # Compiled binary addons (http://nodejs.org/api/addons.html) | |
| build/Release | |
| # Dependency directory | |
| # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git | |
| node_modules | |
| lib/.module-cache/* |
Force plot for Lightning
Documentation and examples at lightning-viz.org
| // All source code is kept in the src directory | |
| module.exports = require('./src'); |
| { | |
| "name": "lightning-force", | |
| "version": "0.0.14", | |
| "scripts": { | |
| "example": "budo example/index.js" | |
| }, | |
| "dependencies": { | |
| "d3": "^3.5.5", | |
| "lightning-client-utils": "^0.7.5", | |
| "lightning-graph": "^0.1.1", | |
| "lodash": "^3.8.0" | |
| }, | |
| "keywords": [ | |
| "lightning-visualization" | |
| ], | |
| "engines": { | |
| "node": ">=0.8.0" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/lightning-viz/lightning-force.git" | |
| }, | |
| "lightning": { | |
| "name": "force" | |
| } | |
| } |