Files
cdnjs/ajax/libs/foundation/package.json
T
paul ea0dec9840 Update Foundation to 4.1.6
Downloaded from http://foundation.zurb.com/files/foundation-4.1.6.zip
Changelog: https://github.com/zurb/foundation/blob/v4.1.6/docs/CHANGELOG.md

I did not minify
* 4.1.6/css/normalize.css (normalize.css v2.1.1)
* all the 4.1.6/js/foundation/foundation.*.js
* 4.1.6/js/vendor/jquery.js & zepto.js, which are the same as 4.1.2 (using diff)

Hopefully there will be the same auto-minification (by @Lockyc?) as for 4.1.2
2013-05-21 01:34:45 +02:00

32 lines
822 B
JSON

{
"name": "foundation",
"filename": "js/foundation.min.js",
"version": "4.1.6",
"description": "The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites and apps that work on any kind of device.",
"homepage": "http://foundation.zurb.com",
"keywords": [
"foundation",
"responsive"
],
"maintainers": [
{
"name": "Chris Michel",
"web": "http://www.zurb.com/about/profile/chris-michel"
},
{
"name": "Jordan Humphreys",
"web": "http://www.zurb.com/about/profile/jordan-humphreys"
},
{
"name": "Mark Hayes",
"web": "http://www.zurb.com/about/profile/mark-hayes"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/zurb/foundation.git"
}
]
}