From 5439db1423b8645cb572b09ce8f36fb987c8f700 Mon Sep 17 00:00:00 2001 From: Dennis Hotson Date: Wed, 27 Mar 2013 01:16:27 +0000 Subject: [PATCH] Added npm package.json --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0394dca --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "springy", + "version": "2.0.1", + "description": "A force directed graph layout algorithm in JavaScript.", + "main": "springy.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git://github.com/dhotson/springy.git" + }, + "keywords": [ + "graph", + "layout", + "visualization" + ], + "author": "Dennis Hotson ", + "license": "MIT", + "readmeFilename": "README.mkdn" +}