Skip to content

Commit

Permalink
admin bower.json template updaten #98
Browse files Browse the repository at this point in the history
  • Loading branch information
taeymma committed Jul 2, 2018
1 parent 4e210a5 commit afee238
Showing 1 changed file with 14 additions and 1 deletion.
@@ -1,8 +1,21 @@
{
"name": "{{package}}",
"private": "true",
"authors": [
"Flanders Heritage Agency <ict@onroerenderfgoed.be>"
],
"description": "{{package}} applicatie",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"test",
"tests"
],
"dependencies": {
"foundation": "~5.5.0",
"font-awesome": "~4.3.0"
"font-awesome": "~4.6.3"
}
}

0 comments on commit afee238

Please sign in to comment.