Add springy to bower
This commit is contained in:
parent
5439db1423
commit
8be075d656
17
bower.json
Normal file
17
bower.json
Normal 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"
|
||||
}
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user