]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: add various fields to Bower config
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 25 Jun 2018 22:44:38 +0000 (00:44 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 25 Jun 2018 23:07:13 +0000 (01:07 +0200)
bower.json

index cbc3bdc49af1586d11f551509b3c5096ae431069..fc4d1000431c7ec37ecb31bf2f90b1fdd518263e 100644 (file)
@@ -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",
@@ -26,6 +51,7 @@
     "gulpfile.js",
     "meteor-README.md",
     "package.js",
+    "package.json",
     "package-lock.json",
     "sache.json",
     "webpack.config.js",