From f3c1508f295fb1951e583c27f580a0f7eff18096 Mon Sep 17 00:00:00 2001 From: treefort Date: Fri, 19 Aug 2016 00:06:54 -0400 Subject: [PATCH] added bower config --- .bowerrc | 3 +++ bower.json | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .bowerrc create mode 100644 bower.json diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..b811a58 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory" : "public/js/vendor" +} diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f42d5b1 --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "ARF", + "main": "index.html", + "homepage": "https://github.com/lockfale/ARF", + "authors": [ + "Justin Nordine (s0lray)" + ], + "description": "Advanced Reconnaissance Framework", + "license": "", + "dependencies": { + "d3": "3.5.16" + } +}