From: Nicolas Coden Date: Mon, 25 Jun 2018 22:44:38 +0000 (+0200) Subject: chore: add various fields to Bower config X-Git-Tag: v6.6.0~3^2~146^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e7143c60;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: add various fields to Bower config --- diff --git a/bower.json b/bower.json index cbc3bdc49..fc4d10004 100644 --- a/bower.json +++ b/bower.json @@ -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 (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", @@ -26,6 +51,7 @@ "gulpfile.js", "meteor-README.md", "package.js", + "package.json", "package-lock.json", "sache.json", "webpack.config.js",