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" + } +}