Added npm foundation sites overrides for version 5.5.1 node ignores were not needed since npm resolves all vendor packages itself
15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"main": "js/foundation/foundation",
|
|
"format": "global",
|
|
"shim": {
|
|
"js/foundation/foundation.*": "./foundation",
|
|
"js/foundation/foundation": {
|
|
"deps": "jquery",
|
|
"exports": "Foundation"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery"
|
|
}
|
|
}
|