Added foundation-sites overides

Added npm foundation sites overrides for version 5.5.1
node ignores were not needed since npm resolves all vendor  packages
itself
This commit is contained in:
Alfred Neequaye
2016-01-22 13:15:05 +00:00
parent 8569c23502
commit 7f8bee24a3
@@ -0,0 +1,14 @@
{
"main": "js/foundation/foundation",
"format": "global",
"shim": {
"js/foundation/foundation.*": "./foundation",
"js/foundation/foundation": {
"deps": "jquery",
"exports": "Foundation"
}
},
"dependencies": {
"jquery": "github:components/jquery"
}
}