Files
2016-02-07 21:29:49 -05:00

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"
}
}