From 8be075d656e98272e1cd4a14cfe41fe44358a332 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Fri, 23 Aug 2013 19:39:38 +1000 Subject: [PATCH] Add springy to bower --- bower.json | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..0596855 --- /dev/null +++ b/bower.json @@ -0,0 +1,17 @@ +{ + "name": "Springy", + "main": "springy.js", + "version": "2.0.2", + "homepage": "https://github.com/dhotson/springy", + "authors": [ + "Dennis Hotson " + ], + "description": "A force directed graph layout algorithm", + "keywords": [ + "graph", + "layout", + "visualization", + "physics" + ], + "license": "MIT" +} diff --git a/package.json b/package.json index 0394dca..ea8641e 100644 --- a/package.json +++ b/package.json @@ -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": {