]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add Foundation license to package.json 2049/head
authorLee Leathers <leeleathers@gmail.com>
Wed, 27 Mar 2013 07:59:08 +0000 (00:59 -0700)
committerLee Leathers <leeleathers@gmail.com>
Wed, 27 Mar 2013 07:59:08 +0000 (00:59 -0700)
package.json

index b9d84ae53579d732e461dfcc9b37c02a041153ee..7fdce609350ed4c94b835e6fe369e5ef1c0b8ad1 100644 (file)
@@ -5,5 +5,11 @@
     "grunt": "~0.4.0",
     "grunt-contrib-watch": "~0.1.0",
     "grunt-contrib-qunit": "~0.1.1"
-  }
+  },
+  "licenses": [
+    {
+      "type": "MIT",
+      "url": "https://github.com/zurb/foundation/blob/master/LICENSE"
+    }
+  ]
 }