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": {