Files
cdnjs/ajax/libs/foundation/package.json
T
Peter Dave Hello bfb5e259af add foundation v5.2.2 with manually minifing
- minify js/foundation/*.js via http://javascript-minifier.com/
 - minify css/normalize.css via http://cssminifier.com/
 - files under js/vendor are already minified, no need to do it again
2014-04-05 07:37:14 +08:00

33 lines
834 B
JSON

{
"name": "foundation",
"filename": "js/foundation.min.js",
"version": "5.2.2",
"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",
"zurb"
],
"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"
}
]
}