From 9e15e91dc6eeabe56516da04dd6873bfc3974344 Mon Sep 17 00:00:00 2001 From: ben-burlingham Date: Sun, 13 Sep 2015 17:10:10 -0700 Subject: [PATCH] Initial commit. --- .bowerrc | 3 +++ .gitignore | 1 + bower.json | 18 ++++++++++++++++++ index.html | 0 4 files changed, 22 insertions(+) create mode 100644 .bowerrc create mode 100644 .gitignore create mode 100644 bower.json create mode 100644 index.html diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..8f98a03 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "vendor" +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22d0d82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..85c10fb --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "Ben Burlingham", + "version": "0.0.0", + "authors": [ + "ben.burlingham " + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "d3": "~3.5.6" + } +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29