Skip to content

Instantly share code, notes, and snippets.

@mathisonian
Created August 24, 2016 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathisonian/f5c0b55db703f2e80aee816c2a61f54e to your computer and use it in GitHub Desktop.
Save mathisonian/f5c0b55db703f2e80aee816c2a61f54e to your computer and use it in GitHub Desktop.
# 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/*

Lightning Force

Force plot for Lightning

Documentation and examples at lightning-viz.org

force

// 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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment