2016-01-22 13:15:05 +00:00
|
|
|
{
|
|
|
|
|
"main": "js/foundation/foundation",
|
|
|
|
|
"format": "global",
|
|
|
|
|
"shim": {
|
|
|
|
|
"js/foundation/foundation.*": "./foundation",
|
|
|
|
|
"js/foundation/foundation": {
|
|
|
|
|
"deps": "jquery",
|
|
|
|
|
"exports": "Foundation"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"jquery": "github:components/jquery"
|
|
|
|
|
}
|
|
|
|
|
}
|