Skip to content

Commit

Permalink
chore: add various fields to Bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Jun 25, 2018
1 parent 54269a7 commit 5e7143c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,36 @@
{
"name": "foundation-sites",
"version": "6.4.3",
"description": "The most advanced responsive front-end framework in the world.",
"homepage": "http://foundation.zurb.com/sites",
"license": "MIT",
"keywords": [
"css",
"scss",
"sass",
"js",
"responsive",
"mobile-first",
"framework",
"eyeglass-module"
],
"authors": [
"ZURB <foundation@zurb.com> (http://foundation.zurb.com)",
],
"main": [
"scss/foundation.scss",
"dist/js/foundation.js"
],
"moduleType": [
"globals",
"amd",
"node",
"es6"
],
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-sites"
},
"ignore": [
".babelrc",
".browserslistrc",
Expand All @@ -26,6 +51,7 @@
"gulpfile.js",
"meteor-README.md",
"package.js",
"package.json",
"package-lock.json",
"sache.json",
"webpack.config.js",
Expand Down

0 comments on commit 5e7143c

Please # to comment.