Skip to content

Commit

Permalink
added bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
treefort committed Aug 19, 2016
1 parent 23b8ae1 commit f3c1508
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
@@ -0,0 +1,3 @@
{
"directory" : "public/js/vendor"

This comment has been minimized.

Copy link
@yusufzorx

yusufzorx Mar 15, 2022

"directory" : "public/js/vendor"

}
13 changes: 13 additions & 0 deletions 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"
}
}

1 comment on commit f3c1508

@yusufzorx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Please sign in to comment.