14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"main": "dist/foundation",
|
|
"files": ["dist", "assets", "js", "scss"],
|
|
"shim": {
|
|
"dist/foundation": {
|
|
"deps": "jQuery",
|
|
"exports": "Foundation"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jQuery": "github:components/jquery"
|
|
}
|
|
}
|