added bower config

This commit is contained in:
treefort
2016-08-19 00:06:54 -04:00
parent 23b8ae1aef
commit f3c1508f29
2 changed files with 16 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"directory" : "public/js/vendor"
}
+13
View File
@@ -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"
}
}