Add springy to bower

This commit is contained in:
Dennis Hotson 2013-08-23 19:39:38 +10:00
parent 5439db1423
commit 8be075d656
2 changed files with 18 additions and 1 deletions

17
bower.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "Springy",
"main": "springy.js",
"version": "2.0.2",
"homepage": "https://github.com/dhotson/springy",
"authors": [
"Dennis Hotson <dennis@99designs.com>"
],
"description": "A force directed graph layout algorithm",
"keywords": [
"graph",
"layout",
"visualization",
"physics"
],
"license": "MIT"
}

View File

@ -1,6 +1,6 @@
{
"name": "springy",
"version": "2.0.1",
"version": "2.0.2",
"description": "A force directed graph layout algorithm in JavaScript.",
"main": "springy.js",
"scripts": {